Html Css Color HEX #5A3004 Baker's Chocolate

📋 copy color: '#5A3004'

red 90 ◦ green 48 ◦ blue 4

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

Shades of Baker's Chocolate #5A3004

Tints of Baker's Chocolate #5A3004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 63.38%
G = 33.8%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A3004 (or 0x5A3004) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 04. RGB value is (90,48,4). Sum of RGB (Red+Green+Blue) = 90+48+4=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3004 is #A5CFFB. Grayscale: #373737. Windows color (decimal): -10866684 or 274522. OLE color: 274522.

HSL color Cylindrical-coordinate representation of color #5A3004: hue angle of 30.7º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A3004 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 48 4 -
CMYK 0 0.47 0.96 0.65
HSL 30.7º 0.91% 0.18% -
HSV(B) 30.7º 0.96% 0.35% -
XYZ 5.3 4.3 0.67 -
YUV 55.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 90 48 4 0 0.47 0.96 0.65 30.7 0.91 0.18
Hex 5A 30 4 0 2F 60 41 1F 5B 12
Octal 132 60 4 0 57 140 101 37 133 22
Binary 1011010 110000 100 0 101111 1100000 1000001 11111 1011011 10010

Color Harmonies of #5A3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3004

Black with #5A3004

Text Example


Text Example

White with #5A3004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,4); }

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

background-color css

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

 a { background-color: rgb(90,48,4); }

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

border-color css

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

 span { border-color: rgb(90,48,4); }

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