Html Css Color HEX #5A3817 Baker's Chocolate

📋 copy color: '#5A3817'

red 90 ◦ green 56 ◦ blue 23

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

Shades of Baker's Chocolate #5A3817

Tints of Baker's Chocolate #5A3817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 53.25%
G = 33.14%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A3817 (or 0x5A3817) is known color: Baker's Chocolate. HEX triplet: 5A, 38 and 17. RGB value is (90,56,23). Sum of RGB (Red+Green+Blue) = 90+56+23=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3817 is #A5C7E8. Grayscale: #3E3E3E. Windows color (decimal): -10864617 or 1521754. OLE color: 1521754.

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

Color convert

RGB 90 56 23 -
CMYK 0 0.38 0.74 0.65
HSL 29.55º 0.59% 0.22% -
HSV(B) 29.55º 0.74% 0.35% -
XYZ 5.79 5.06 1.48 -
YUV 62.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 90 56 23 0 0.38 0.74 0.65 29.55 0.59 0.22
Hex 5A 38 17 0 26 4A 41 1E 3B 16
Octal 132 70 27 0 46 112 101 36 73 26
Binary 1011010 111000 10111 0 100110 1001010 1000001 11110 111011 10110

Color Harmonies of #5A3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3817

Black with #5A3817

Text Example


Text Example

White with #5A3817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,56,23); }

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

background-color css

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

 a { background-color: rgb(90,56,23); }

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

border-color css

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

 span { border-color: rgb(90,56,23); }

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