Html Css Color HEX #5A380E Baker's Chocolate

📋 copy color: '#5A380E'

red 90 ◦ green 56 ◦ blue 14

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

Shades of Baker's Chocolate #5A380E

Tints of Baker's Chocolate #5A380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

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

R = 56.25%
G = 35%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A380E (or 0x5A380E) is known color: Baker's Chocolate. HEX triplet: 5A, 38 and 0E. RGB value is (90,56,14). Sum of RGB (Red+Green+Blue) = 90+56+14=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A380E is #A5C7F1. Grayscale: #3D3D3D. Windows color (decimal): -10864626 or 931930. OLE color: 931930.

HSL color Cylindrical-coordinate representation of color #5A380E: hue angle of 33.16º 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 #5A380E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 14 -
CMYK 0 0.38 0.84 0.65
HSL 33.16º 0.73% 0.2% -
HSV(B) 33.16º 0.84% 0.35% -
XYZ 5.71 5.03 1.09 -
YUV 61.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 90 56 14 0 0.38 0.84 0.65 33.16 0.73 0.2
Hex 5A 38 E 0 26 54 41 21 49 14
Octal 132 70 16 0 46 124 101 41 111 24
Binary 1011010 111000 1110 0 100110 1010100 1000001 100001 1001001 10100

Color Harmonies of #5A380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A380E

Black with #5A380E

Text Example


Text Example

White with #5A380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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