Html Css Color HEX #5A331A Baker's Chocolate

📋 copy color: '#5A331A'

red 90 ◦ green 51 ◦ blue 26

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

Shades of Baker's Chocolate #5A331A

Tints of Baker's Chocolate #5A331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 53.89%
G = 30.54%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A331A (or 0x5A331A) is known color: Baker's Chocolate. HEX triplet: 5A, 33 and 1A. RGB value is (90,51,26). Sum of RGB (Red+Green+Blue) = 90+51+26=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A331A is #A5CCE5. Grayscale: #3B3B3B. Windows color (decimal): -10865894 or 1717082. OLE color: 1717082.

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

Color convert

RGB 90 51 26 -
CMYK 0 0.43 0.71 0.65
HSL 23.44º 0.55% 0.23% -
HSV(B) 23.44º 0.71% 0.35% -
XYZ 5.59 4.62 1.57 -
YUV 59.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 90 51 26 0 0.43 0.71 0.65 23.44 0.55 0.23
Hex 5A 33 1A 0 2B 47 41 17 37 17
Octal 132 63 32 0 53 107 101 27 67 27
Binary 1011010 110011 11010 0 101011 1000111 1000001 10111 110111 10111

Color Harmonies of #5A331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A331A

Black with #5A331A

Text Example


Text Example

White with #5A331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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