Html Css Color HEX #5A3915 Baker's Chocolate

📋 copy color: '#5A3915'

red 90 ◦ green 57 ◦ blue 21

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

Shades of Baker's Chocolate #5A3915

Tints of Baker's Chocolate #5A3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.93%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 53.57%
G = 33.93%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A3915 (or 0x5A3915) is known color: Baker's Chocolate. HEX triplet: 5A, 39 and 15. RGB value is (90,57,21). Sum of RGB (Red+Green+Blue) = 90+57+21=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3915 is #A5C6EA. Grayscale: #3E3E3E. Windows color (decimal): -10864363 or 1390938. OLE color: 1390938.

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

Color convert

RGB 90 57 21 -
CMYK 0 0.37 0.77 0.65
HSL 31.3º 0.62% 0.22% -
HSV(B) 31.3º 0.77% 0.35% -
XYZ 5.81 5.15 1.4 -
YUV 62.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 90 57 21 0 0.37 0.77 0.65 31.3 0.62 0.22
Hex 5A 39 15 0 25 4D 41 1F 3E 16
Octal 132 71 25 0 45 115 101 37 76 26
Binary 1011010 111001 10101 0 100101 1001101 1000001 11111 111110 10110

Color Harmonies of #5A3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3915

Black with #5A3915

Text Example


Text Example

White with #5A3915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,57,21); }

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

background-color css

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

 a { background-color: rgb(90,57,21); }

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

border-color css

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

 span { border-color: rgb(90,57,21); }

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