Html Css Color HEX #5A3401 Baker's Chocolate

📋 copy color: '#5A3401'

red 90 ◦ green 52 ◦ blue 1

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

Shades of Baker's Chocolate #5A3401

Tints of Baker's Chocolate #5A3401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 62.94%
G = 36.36%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#5A3401 (or 0x5A3401) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 01. RGB value is (90,52,1). Sum of RGB (Red+Green+Blue) = 90+52+1=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3401 is #A5CBFE. Grayscale: #393939. Windows color (decimal): -10865663 or 78938. OLE color: 78938.

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

Color convert

RGB 90 52 1 -
CMYK 0 0.42 0.99 0.65
HSL 34.38º 0.98% 0.18% -
HSV(B) 34.38º 0.99% 0.35% -
XYZ 5.45 4.63 0.64 -
YUV 57.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 90 52 1 0 0.42 0.99 0.65 34.38 0.98 0.18
Hex 5A 34 1 0 2A 63 41 22 62 12
Octal 132 64 1 0 52 143 101 42 142 22
Binary 1011010 110100 1 0 101010 1100011 1000001 100010 1100010 10010

Color Harmonies of #5A3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3401

Black with #5A3401

Text Example


Text Example

White with #5A3401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,1); }

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

background-color css

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

 a { background-color: rgb(90,52,1); }

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

border-color css

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

 span { border-color: rgb(90,52,1); }

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