Html Css Color HEX #5C360F Baker's Chocolate

📋 copy color: '#5C360F'

red 92 ◦ green 54 ◦ blue 15

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

Shades of Baker's Chocolate #5C360F

Tints of Baker's Chocolate #5C360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 57.14%
G = 33.54%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5C360F (or 0x5C360F) is known color: Baker's Chocolate. HEX triplet: 5C, 36 and 0F. RGB value is (92,54,15). Sum of RGB (Red+Green+Blue) = 92+54+15=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C360F is #A3C9F0. Grayscale: #3D3D3D. Windows color (decimal): -10734065 or 996956. OLE color: 996956.

HSL color Cylindrical-coordinate representation of color #5C360F: hue angle of 30.39º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C360F is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 54 15 -
CMYK 0 0.41 0.84 0.64
HSL 30.39º 0.72% 0.21% -
HSV(B) 30.39º 0.84% 0.36% -
XYZ 5.82 4.95 1.1 -
YUV 60.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 92 54 15 0 0.41 0.84 0.64 30.39 0.72 0.21
Hex 5C 36 F 0 29 54 40 1E 48 15
Octal 134 66 17 0 51 124 100 36 110 25
Binary 1011100 110110 1111 0 101001 1010100 1000000 11110 1001000 10101

Color Harmonies of #5C360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C360F

Black with #5C360F

Text Example


Text Example

White with #5C360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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