Html Css Color HEX #5A3005 Baker's Chocolate

📋 copy color: '#5A3005'

red 90 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #5A3005

Tints of Baker's Chocolate #5A3005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 62.94%
G = 33.57%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#5A3005 (or 0x5A3005) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 05. RGB value is (90,48,5). Sum of RGB (Red+Green+Blue) = 90+48+5=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3005 is #A5CFFA. Grayscale: #373737. Windows color (decimal): -10866683 or 340058. OLE color: 340058.

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

Color convert

RGB 90 48 5 -
CMYK 0 0.47 0.94 0.65
HSL 30.35º 0.89% 0.19% -
HSV(B) 30.35º 0.94% 0.35% -
XYZ 5.3 4.3 0.69 -
YUV 55.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 90 48 5 0 0.47 0.94 0.65 30.35 0.89 0.19
Hex 5A 30 5 0 2F 5E 41 1E 59 13
Octal 132 60 5 0 57 136 101 36 131 23
Binary 1011010 110000 101 0 101111 1011110 1000001 11110 1011001 10011

Color Harmonies of #5A3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3005

Black with #5A3005

Text Example


Text Example

White with #5A3005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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