Html Css Color HEX #5E351E Baker's Chocolate

📋 copy color: '#5E351E'

red 94 ◦ green 53 ◦ blue 30

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

Shades of Baker's Chocolate #5E351E

Tints of Baker's Chocolate #5E351E

RGB

 RED value IS 94 (37.11% from 255) = 53.11%

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

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

R = 53.11%
G = 29.94%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E351E (or 0x5E351E) is known color: Baker's Chocolate. HEX triplet: 5E, 35 and 1E. RGB value is (94,53,30). Sum of RGB (Red+Green+Blue) = 94+53+30=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E351E is #A1CAE1. Grayscale: #3E3E3E. Windows color (decimal): -10603234 or 1979742. OLE color: 1979742.

HSL color Cylindrical-coordinate representation of color #5E351E: hue angle of 21.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E351E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 53 30 -
CMYK 0 0.44 0.68 0.63
HSL 21.56º 0.52% 0.24% -
HSV(B) 21.56º 0.68% 0.37% -
XYZ 6.12 5.02 1.87 -
YUV 62.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 94 53 30 0 0.44 0.68 0.63 21.56 0.52 0.24
Hex 5E 35 1E 0 2C 44 3F 16 34 18
Octal 136 65 36 0 54 104 77 26 64 30
Binary 1011110 110101 11110 0 101100 1000100 111111 10110 110100 11000

Color Harmonies of #5E351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E351E

Black with #5E351E

Text Example


Text Example

White with #5E351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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