Html Css Color HEX #5C351E Baker's Chocolate

📋 copy color: '#5C351E'

red 92 ◦ green 53 ◦ blue 30

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

Shades of Baker's Chocolate #5C351E

Tints of Baker's Chocolate #5C351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

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

R = 52.57%
G = 30.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5C351E (or 0x5C351E) is known color: Baker's Chocolate. HEX triplet: 5C, 35 and 1E. RGB value is (92,53,30). Sum of RGB (Red+Green+Blue) = 92+53+30=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C351E is #A3CAE1. Grayscale: #3E3E3E. Windows color (decimal): -10734306 or 1979740. OLE color: 1979740.

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

Color convert

RGB 92 53 30 -
CMYK 0 0.42 0.67 0.64
HSL 22.26º 0.51% 0.24% -
HSV(B) 22.26º 0.67% 0.36% -
XYZ 5.92 4.92 1.86 -
YUV 62.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 92 53 30 0 0.42 0.67 0.64 22.26 0.51 0.24
Hex 5C 35 1E 0 2A 43 40 16 33 18
Octal 134 65 36 0 52 103 100 26 63 30
Binary 1011100 110101 11110 0 101010 1000011 1000000 10110 110011 11000

Color Harmonies of #5C351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C351E

Black with #5C351E

Text Example


Text Example

White with #5C351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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