Html Css Color HEX #5A350B Baker's Chocolate

📋 copy color: '#5A350B'

red 90 ◦ green 53 ◦ blue 11

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

Shades of Baker's Chocolate #5A350B

Tints of Baker's Chocolate #5A350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.14%

R = 58.44%
G = 34.42%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#5A350B (or 0x5A350B) is known color: Baker's Chocolate. HEX triplet: 5A, 35 and 0B. RGB value is (90,53,11). Sum of RGB (Red+Green+Blue) = 90+53+11=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A350B is #A5CAF4. Grayscale: #3B3B3B. Windows color (decimal): -10865397 or 734554. OLE color: 734554.

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

Color convert

RGB 90 53 11 -
CMYK 0 0.41 0.88 0.65
HSL 31.9º 0.78% 0.2% -
HSV(B) 31.9º 0.88% 0.35% -
XYZ 5.55 4.74 0.94 -
YUV 59.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 90 53 11 0 0.41 0.88 0.65 31.9 0.78 0.2
Hex 5A 35 B 0 29 58 41 20 4E 14
Octal 132 65 13 0 51 130 101 40 116 24
Binary 1011010 110101 1011 0 101001 1011000 1000001 100000 1001110 10100

Color Harmonies of #5A350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A350B

Black with #5A350B

Text Example


Text Example

White with #5A350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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