Html Css Color HEX #633A19 Baker's Chocolate

📋 copy color: '#633A19'

red 99 ◦ green 58 ◦ blue 25

#633A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #633A19

Tints of Baker's Chocolate #633A19

RGB

 RED value IS 99 (39.06% from 255) = 54.4%

 GREEN value IS 58 (23.05% from 255) = 31.87%

 BLUE value IS 25 (10.16% from 255) = 13.74%

R = 54.4%
G = 31.87%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#633A19 (or 0x633A19) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 19. RGB value is (99,58,25). Sum of RGB (Red+Green+Blue) = 99+58+25=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #633A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A19 is #9CC5E6. Grayscale: #424242. Windows color (decimal): -10274279 or 1653347. OLE color: 1653347.

HSL color Cylindrical-coordinate representation of color #633A19: hue angle of 26.76º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #633A19 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 58 25 -
CMYK 0 0.41 0.75 0.61
HSL 26.76º 0.6% 0.24% -
HSV(B) 26.76º 0.75% 0.39% -
XYZ 6.83 5.75 1.67 -
YUV 66.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 99 58 25 0 0.41 0.75 0.61 26.76 0.6 0.24
Hex 63 3A 19 0 29 4B 3D 1B 3C 18
Octal 143 72 31 0 51 113 75 33 74 30
Binary 1100011 111010 11001 0 101001 1001011 111101 11011 111100 11000

Color Harmonies of #633A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A19

Black with #633A19

Text Example


Text Example

White with #633A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A19; }

 p { color: rgb(99,58,25); }

 H1.HeaderClassName
 {
   color: #633A19;
 }
 .AnyTagClassName
 {
   color: #633A19;
 }
</style>

background-color css

<style>
 a { background-color: #633A19; }

 a { background-color: rgb(99,58,25); }

 div.DivClassName
 {
   background-color: #633A19;
 }
 .BgClassName
 {
   background-color: #633A19;
 }
</style>

border-color css

<style>
 span { border-color: #633A19; }

 span { border-color: rgb(99,58,25); }

 td.TdClassName
 {
   border-color: #633A19;
 }
 .TagClassName
 {
   border-color: #633A19;
 }
</style>