Html Css Color HEX #5A3716 Baker's Chocolate

📋 copy color: '#5A3716'

red 90 ◦ green 55 ◦ blue 22

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

Shades of Baker's Chocolate #5A3716

Tints of Baker's Chocolate #5A3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 53.89%
G = 32.93%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A3716 (or 0x5A3716) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 16. RGB value is (90,55,22). Sum of RGB (Red+Green+Blue) = 90+55+22=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3716 is #A5C8E9. Grayscale: #3D3D3D. Windows color (decimal): -10864874 or 1455962. OLE color: 1455962.

HSL color Cylindrical-coordinate representation of color #5A3716: hue angle of 29.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A3716 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 22 -
CMYK 0 0.39 0.76 0.65
HSL 29.12º 0.61% 0.22% -
HSV(B) 29.12º 0.76% 0.35% -
XYZ 5.73 4.96 1.42 -
YUV 61.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 90 55 22 0 0.39 0.76 0.65 29.12 0.61 0.22
Hex 5A 37 16 0 27 4C 41 1D 3D 16
Octal 132 67 26 0 47 114 101 35 75 26
Binary 1011010 110111 10110 0 100111 1001100 1000001 11101 111101 10110

Color Harmonies of #5A3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3716

Black with #5A3716

Text Example


Text Example

White with #5A3716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,22); }

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

background-color css

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

 a { background-color: rgb(90,55,22); }

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

border-color css

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

 span { border-color: rgb(90,55,22); }

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