Html Css Color HEX #5A340B Baker's Chocolate

📋 copy color: '#5A340B'

red 90 ◦ green 52 ◦ blue 11

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

Shades of Baker's Chocolate #5A340B

Tints of Baker's Chocolate #5A340B

RGB

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

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

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

R = 58.82%
G = 33.99%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#5A340B (or 0x5A340B) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 0B. RGB value is (90,52,11). Sum of RGB (Red+Green+Blue) = 90+52+11=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A340B is #A5CBF4. Grayscale: #3A3A3A. Windows color (decimal): -10865653 or 734298. OLE color: 734298.

HSL color Cylindrical-coordinate representation of color #5A340B: hue angle of 31.14º 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 #5A340B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 52 11 -
CMYK 0 0.42 0.88 0.65
HSL 31.14º 0.78% 0.2% -
HSV(B) 31.14º 0.88% 0.35% -
XYZ 5.5 4.65 0.92 -
YUV 58.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 90 52 11 0 0.42 0.88 0.65 31.14 0.78 0.2
Hex 5A 34 B 0 2A 58 41 1F 4E 14
Octal 132 64 13 0 52 130 101 37 116 24
Binary 1011010 110100 1011 0 101010 1011000 1000001 11111 1001110 10100

Color Harmonies of #5A340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A340B

Black with #5A340B

Text Example


Text Example

White with #5A340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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