Html Css Color HEX #5A3003 Baker's Chocolate

📋 copy color: '#5A3003'

red 90 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #5A3003

Tints of Baker's Chocolate #5A3003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.13%

R = 63.83%
G = 34.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#5A3003 (or 0x5A3003) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 03. RGB value is (90,48,3). Sum of RGB (Red+Green+Blue) = 90+48+3=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3003 is #A5CFFC. Grayscale: #373737. Windows color (decimal): -10866685 or 208986. OLE color: 208986.

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

Color convert

RGB 90 48 3 -
CMYK 0 0.47 0.97 0.65
HSL 31.03º 0.94% 0.18% -
HSV(B) 31.03º 0.97% 0.35% -
XYZ 5.29 4.29 0.64 -
YUV 55.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 90 48 3 0 0.47 0.97 0.65 31.03 0.94 0.18
Hex 5A 30 3 0 2F 61 41 1F 5E 12
Octal 132 60 3 0 57 141 101 37 136 22
Binary 1011010 110000 11 0 101111 1100001 1000001 11111 1011110 10010

Color Harmonies of #5A3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3003

Black with #5A3003

Text Example


Text Example

White with #5A3003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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