Html Css Color HEX #5A2F1C Baker's Chocolate

📋 copy color: '#5A2F1C'

red 90 ◦ green 47 ◦ blue 28

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

Shades of Baker's Chocolate #5A2F1C

Tints of Baker's Chocolate #5A2F1C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.48%

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 54.55%
G = 28.48%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A2F1C (or 0x5A2F1C) is known color: Baker's Chocolate. HEX triplet: 5A, 2F and 1C. RGB value is (90,47,28). Sum of RGB (Red+Green+Blue) = 90+47+28=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F1C is #A5D0E3. Grayscale: #393939. Windows color (decimal): -10866916 or 1847130. OLE color: 1847130.

HSL color Cylindrical-coordinate representation of color #5A2F1C: hue angle of 18.39º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A2F1C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 47 28 -
CMYK 0 0.48 0.69 0.65
HSL 18.39º 0.53% 0.23% -
HSV(B) 18.39º 0.69% 0.35% -
XYZ 5.44 4.29 1.64 -
YUV 57.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 90 47 28 0 0.48 0.69 0.65 18.39 0.53 0.23
Hex 5A 2F 1C 0 30 45 41 12 35 17
Octal 132 57 34 0 60 105 101 22 65 27
Binary 1011010 101111 11100 0 110000 1000101 1000001 10010 110101 10111

Color Harmonies of #5A2F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2F1C

Black with #5A2F1C

Text Example


Text Example

White with #5A2F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,47,28); }

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

background-color css

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

 a { background-color: rgb(90,47,28); }

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

border-color css

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

 span { border-color: rgb(90,47,28); }

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