Html Css Color HEX #5A390E Baker's Chocolate

📋 copy color: '#5A390E'

red 90 ◦ green 57 ◦ blue 14

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

Shades of Baker's Chocolate #5A390E

Tints of Baker's Chocolate #5A390E

RGB

 RED value IS 90 (35.55% from 255) = 55.9%

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 55.9%
G = 35.4%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A390E (or 0x5A390E) is known color: Baker's Chocolate. HEX triplet: 5A, 39 and 0E. RGB value is (90,57,14). Sum of RGB (Red+Green+Blue) = 90+57+14=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A390E is #A5C6F1. Grayscale: #3E3E3E. Windows color (decimal): -10864370 or 932186. OLE color: 932186.

HSL color Cylindrical-coordinate representation of color #5A390E: hue angle of 33.95º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A390E is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 57 14 -
CMYK 0 0.37 0.84 0.65
HSL 33.95º 0.73% 0.2% -
HSV(B) 33.95º 0.84% 0.35% -
XYZ 5.76 5.13 1.1 -
YUV 61.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 90 57 14 0 0.37 0.84 0.65 33.95 0.73 0.2
Hex 5A 39 E 0 25 54 41 22 49 14
Octal 132 71 16 0 45 124 101 42 111 24
Binary 1011010 111001 1110 0 100101 1010100 1000001 100010 1001001 10100

Color Harmonies of #5A390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A390E

Black with #5A390E

Text Example


Text Example

White with #5A390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,57,14); }

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

background-color css

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

 a { background-color: rgb(90,57,14); }

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

border-color css

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

 span { border-color: rgb(90,57,14); }

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