Html Css Color HEX #5C360B Baker's Chocolate

📋 copy color: '#5C360B'

red 92 ◦ green 54 ◦ blue 11

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

Shades of Baker's Chocolate #5C360B

Tints of Baker's Chocolate #5C360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

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

R = 58.6%
G = 34.39%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5C360B (or 0x5C360B) is known color: Baker's Chocolate. HEX triplet: 5C, 36 and 0B. RGB value is (92,54,11). Sum of RGB (Red+Green+Blue) = 92+54+11=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C360B is #A3C9F4. Grayscale: #3C3C3C. Windows color (decimal): -10734069 or 734812. OLE color: 734812.

HSL color Cylindrical-coordinate representation of color #5C360B: hue angle of 31.85º 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 #5C360B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 54 11 -
CMYK 0 0.41 0.88 0.64
HSL 31.85º 0.79% 0.2% -
HSV(B) 31.85º 0.88% 0.36% -
XYZ 5.79 4.94 0.96 -
YUV 60.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 92 54 11 0 0.41 0.88 0.64 31.85 0.79 0.2
Hex 5C 36 B 0 29 58 40 20 4F 14
Octal 134 66 13 0 51 130 100 40 117 24
Binary 1011100 110110 1011 0 101001 1011000 1000000 100000 1001111 10100

Color Harmonies of #5C360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C360B

Black with #5C360B

Text Example


Text Example

White with #5C360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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