Html Css Color HEX #64301B Baker's Chocolate

📋 copy color: '#64301B'

red 100 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #64301B

Tints of Baker's Chocolate #64301B

RGB

 RED value IS 100 (39.45% from 255) = 57.14%

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 57.14%
G = 27.43%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64301B (or 0x64301B) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 1B. RGB value is (100,48,27). Sum of RGB (Red+Green+Blue) = 100+48+27=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #64301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64301B is #9BCFE4. Grayscale: #3D3D3D. Windows color (decimal): -10211301 or 1781860. OLE color: 1781860.

HSL color Cylindrical-coordinate representation of color #64301B: hue angle of 17.26º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64301B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 48 27 -
CMYK 0 0.52 0.73 0.61
HSL 17.26º 0.57% 0.25% -
HSV(B) 17.26º 0.73% 0.39% -
XYZ 6.51 4.9 1.64 -
YUV 61.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 100 48 27 0 0.52 0.73 0.61 17.26 0.57 0.25
Hex 64 30 1B 0 34 49 3D 11 39 19
Octal 144 60 33 0 64 111 75 21 71 31
Binary 1100100 110000 11011 0 110100 1001001 111101 10001 111001 11001

Color Harmonies of #64301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64301B

Black with #64301B

Text Example


Text Example

White with #64301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64301B; }

 p { color: rgb(100,48,27); }

 H1.HeaderClassName
 {
   color: #64301B;
 }
 .AnyTagClassName
 {
   color: #64301B;
 }
</style>

background-color css

<style>
 a { background-color: #64301B; }

 a { background-color: rgb(100,48,27); }

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

border-color css

<style>
 span { border-color: #64301B; }

 span { border-color: rgb(100,48,27); }

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