Html Css Color HEX #5C301B Baker's Chocolate

📋 copy color: '#5C301B'

red 92 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #5C301B

Tints of Baker's Chocolate #5C301B

RGB

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

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

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

R = 55.09%
G = 28.74%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5C301B (or 0x5C301B) is known color: Baker's Chocolate. HEX triplet: 5C, 30 and 1B. RGB value is (92,48,27). Sum of RGB (Red+Green+Blue) = 92+48+27=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C301B is #A3CFE4. Grayscale: #3A3A3A. Windows color (decimal): -10735589 or 1781852. OLE color: 1781852.

HSL color Cylindrical-coordinate representation of color #5C301B: hue angle of 19.38º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C301B is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 48 27 -
CMYK 0 0.48 0.71 0.64
HSL 19.38º 0.55% 0.23% -
HSV(B) 19.38º 0.71% 0.36% -
XYZ 5.67 4.47 1.6 -
YUV 58.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 92 48 27 0 0.48 0.71 0.64 19.38 0.55 0.23
Hex 5C 30 1B 0 30 47 40 13 37 17
Octal 134 60 33 0 60 107 100 23 67 27
Binary 1011100 110000 11011 0 110000 1000111 1000000 10011 110111 10111

Color Harmonies of #5C301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C301B

Black with #5C301B

Text Example


Text Example

White with #5C301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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