Html Css Color HEX #5C3715 Baker's Chocolate

📋 copy color: '#5C3715'

red 92 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #5C3715

Tints of Baker's Chocolate #5C3715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 54.76%
G = 32.74%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5C3715 (or 0x5C3715) is known color: Baker's Chocolate. HEX triplet: 5C, 37 and 15. RGB value is (92,55,21). Sum of RGB (Red+Green+Blue) = 92+55+21=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3715 is #A3C8EA. Grayscale: #3E3E3E. Windows color (decimal): -10733803 or 1390428. OLE color: 1390428.

HSL color Cylindrical-coordinate representation of color #5C3715: hue angle of 28.73º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C3715 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 55 21 -
CMYK 0 0.40 0.77 0.64
HSL 28.73º 0.63% 0.22% -
HSV(B) 28.73º 0.77% 0.36% -
XYZ 5.92 5.06 1.37 -
YUV 62.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 92 55 21 0 0.40 0.77 0.64 28.73 0.63 0.22
Hex 5C 37 15 0 28 4D 40 1D 3F 16
Octal 134 67 25 0 50 115 100 35 77 26
Binary 1011100 110111 10101 0 101000 1001101 1000000 11101 111111 10110

Color Harmonies of #5C3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3715

Black with #5C3715

Text Example


Text Example

White with #5C3715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,21); }

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

background-color css

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

 a { background-color: rgb(92,55,21); }

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

border-color css

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

 span { border-color: rgb(92,55,21); }

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