Html Css Color HEX #5C390B Baker's Chocolate

📋 copy color: '#5C390B'

red 92 ◦ green 57 ◦ blue 11

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

Shades of Baker's Chocolate #5C390B

Tints of Baker's Chocolate #5C390B

RGB

 RED value IS 92 (36.33% from 255) = 57.5%

 GREEN value IS 57 (22.66% from 255) = 35.63%

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 57.5%
G = 35.63%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5C390B (or 0x5C390B) is known color: Baker's Chocolate. HEX triplet: 5C, 39 and 0B. RGB value is (92,57,11). Sum of RGB (Red+Green+Blue) = 92+57+11=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C390B is #A3C6F4. Grayscale: #3E3E3E. Windows color (decimal): -10733301 or 735580. OLE color: 735580.

HSL color Cylindrical-coordinate representation of color #5C390B: hue angle of 34.07º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C390B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 57 11 -
CMYK 0 0.38 0.88 0.64
HSL 34.07º 0.79% 0.2% -
HSV(B) 34.07º 0.88% 0.36% -
XYZ 5.94 5.23 1.01 -
YUV 62.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 92 57 11 0 0.38 0.88 0.64 34.07 0.79 0.2
Hex 5C 39 B 0 26 58 40 22 4F 14
Octal 134 71 13 0 46 130 100 42 117 24
Binary 1011100 111001 1011 0 100110 1011000 1000000 100010 1001111 10100

Color Harmonies of #5C390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C390B

Black with #5C390B

Text Example


Text Example

White with #5C390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C390B; }

 p { color: rgb(92,57,11); }

 H1.HeaderClassName
 {
   color: #5C390B;
 }
 .AnyTagClassName
 {
   color: #5C390B;
 }
</style>

background-color css

<style>
 a { background-color: #5C390B; }

 a { background-color: rgb(92,57,11); }

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

border-color css

<style>
 span { border-color: #5C390B; }

 span { border-color: rgb(92,57,11); }

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