Html Css Color HEX #5E301E Baker's Chocolate

📋 copy color: '#5E301E'

red 94 ◦ green 48 ◦ blue 30

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

Shades of Baker's Chocolate #5E301E

Tints of Baker's Chocolate #5E301E

RGB

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

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

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

R = 54.65%
G = 27.91%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E301E (or 0x5E301E) is known color: Baker's Chocolate. HEX triplet: 5E, 30 and 1E. RGB value is (94,48,30). Sum of RGB (Red+Green+Blue) = 94+48+30=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E301E is #A1CFE1. Grayscale: #3B3B3B. Windows color (decimal): -10604514 or 1978462. OLE color: 1978462.

HSL color Cylindrical-coordinate representation of color #5E301E: hue angle of 16.88º 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 #5E301E is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 48 30 -
CMYK 0 0.49 0.68 0.63
HSL 16.88º 0.52% 0.24% -
HSV(B) 16.88º 0.68% 0.37% -
XYZ 5.91 4.59 1.8 -
YUV 59.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 94 48 30 0 0.49 0.68 0.63 16.88 0.52 0.24
Hex 5E 30 1E 0 31 44 3F 11 34 18
Octal 136 60 36 0 61 104 77 21 64 30
Binary 1011110 110000 11110 0 110001 1000100 111111 10001 110100 11000

Color Harmonies of #5E301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E301E

Black with #5E301E

Text Example


Text Example

White with #5E301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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