Html Css Color HEX #5A3500 Baker's Chocolate

📋 copy color: '#5A3500'

red 90 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #5A3500

Tints of Baker's Chocolate #5A3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.94%
G = 37.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#5A3500 (or 0x5A3500) is known color: Baker's Chocolate. HEX triplet: 5A, 35 and 00. RGB value is (90,53,0). Sum of RGB (Red+Green+Blue) = 90+53+0=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3500 is #A5CAFF. Grayscale: #3A3A3A. Windows color (decimal): -10865408 or 13658. OLE color: 13658.

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

Color convert

RGB 90 53 0 -
CMYK 0 0.41 1 0.65
HSL 35.33º 1% 0.18% -
HSV(B) 35.33º 1% 0.35% -
XYZ 5.49 4.72 0.62 -
YUV 58.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 90 53 0 0 0.41 1 0.65 35.33 1 0.18
Hex 5A 35 0 0 29 64 41 23 64 12
Octal 132 65 0 0 51 144 101 43 144 22
Binary 1011010 110101 0 0 101001 1100100 1000001 100011 1100100 10010

Color Harmonies of #5A3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3500

Black with #5A3500

Text Example


Text Example

White with #5A3500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,0); }

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

background-color css

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

 a { background-color: rgb(90,53,0); }

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

border-color css

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

 span { border-color: rgb(90,53,0); }

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