Html Css Color HEX #5A2E1C Baker's Chocolate

📋 copy color: '#5A2E1C'

red 90 ◦ green 46 ◦ blue 28

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

Shades of Baker's Chocolate #5A2E1C

Tints of Baker's Chocolate #5A2E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.05%

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

R = 54.88%
G = 28.05%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A2E1C (or 0x5A2E1C) is known color: Baker's Chocolate. HEX triplet: 5A, 2E and 1C. RGB value is (90,46,28). Sum of RGB (Red+Green+Blue) = 90+46+28=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E1C is #A5D1E3. Grayscale: #393939. Windows color (decimal): -10867172 or 1846874. OLE color: 1846874.

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

Color convert

RGB 90 46 28 -
CMYK 0 0.49 0.69 0.65
HSL 17.42º 0.53% 0.23% -
HSV(B) 17.42º 0.69% 0.35% -
XYZ 5.4 4.21 1.63 -
YUV 57.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 90 46 28 0 0.49 0.69 0.65 17.42 0.53 0.23
Hex 5A 2E 1C 0 31 45 41 11 35 17
Octal 132 56 34 0 61 105 101 21 65 27
Binary 1011010 101110 11100 0 110001 1000101 1000001 10001 110101 10111

Color Harmonies of #5A2E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2E1C

Black with #5A2E1C

Text Example


Text Example

White with #5A2E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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