Html Css Color HEX #5C331E Baker's Chocolate

📋 copy color: '#5C331E'

red 92 ◦ green 51 ◦ blue 30

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

Shades of Baker's Chocolate #5C331E

Tints of Baker's Chocolate #5C331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 53.18%
G = 29.48%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5C331E (or 0x5C331E) is known color: Baker's Chocolate. HEX triplet: 5C, 33 and 1E. RGB value is (92,51,30). Sum of RGB (Red+Green+Blue) = 92+51+30=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C331E is #A3CCE1. Grayscale: #3C3C3C. Windows color (decimal): -10734818 or 1979228. OLE color: 1979228.

HSL color Cylindrical-coordinate representation of color #5C331E: hue angle of 20.32º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C331E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 51 30 -
CMYK 0 0.45 0.67 0.64
HSL 20.32º 0.51% 0.24% -
HSV(B) 20.32º 0.67% 0.36% -
XYZ 5.83 4.74 1.84 -
YUV 60.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 92 51 30 0 0.45 0.67 0.64 20.32 0.51 0.24
Hex 5C 33 1E 0 2D 43 40 14 33 18
Octal 134 63 36 0 55 103 100 24 63 30
Binary 1011100 110011 11110 0 101101 1000011 1000000 10100 110011 11000

Color Harmonies of #5C331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C331E

Black with #5C331E

Text Example


Text Example

White with #5C331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,51,30); }

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

background-color css

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

 a { background-color: rgb(92,51,30); }

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

border-color css

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

 span { border-color: rgb(92,51,30); }

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