Html Css Color HEX #5A331C Baker's Chocolate

📋 copy color: '#5A331C'

red 90 ◦ green 51 ◦ blue 28

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

Shades of Baker's Chocolate #5A331C

Tints of Baker's Chocolate #5A331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 53.25%
G = 30.18%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A331C (or 0x5A331C) is known color: Baker's Chocolate. HEX triplet: 5A, 33 and 1C. RGB value is (90,51,28). Sum of RGB (Red+Green+Blue) = 90+51+28=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A331C is #A5CCE3. Grayscale: #3C3C3C. Windows color (decimal): -10865892 or 1848154. OLE color: 1848154.

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

Color convert

RGB 90 51 28 -
CMYK 0 0.43 0.69 0.65
HSL 22.26º 0.53% 0.23% -
HSV(B) 22.26º 0.69% 0.35% -
XYZ 5.61 4.63 1.7 -
YUV 60.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 90 51 28 0 0.43 0.69 0.65 22.26 0.53 0.23
Hex 5A 33 1C 0 2B 45 41 16 35 17
Octal 132 63 34 0 53 105 101 26 65 27
Binary 1011010 110011 11100 0 101011 1000101 1000001 10110 110101 10111

Color Harmonies of #5A331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A331C

Black with #5A331C

Text Example


Text Example

White with #5A331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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