Html Css Color HEX #5A351A Baker's Chocolate

📋 copy color: '#5A351A'

red 90 ◦ green 53 ◦ blue 26

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

Shades of Baker's Chocolate #5A351A

Tints of Baker's Chocolate #5A351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

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

R = 53.25%
G = 31.36%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A351A (or 0x5A351A) is known color: Baker's Chocolate. HEX triplet: 5A, 35 and 1A. RGB value is (90,53,26). Sum of RGB (Red+Green+Blue) = 90+53+26=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A351A is #A5CAE5. Grayscale: #3D3D3D. Windows color (decimal): -10865382 or 1717594. OLE color: 1717594.

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

Color convert

RGB 90 53 26 -
CMYK 0 0.41 0.71 0.65
HSL 25.31º 0.55% 0.23% -
HSV(B) 25.31º 0.71% 0.35% -
XYZ 5.68 4.79 1.6 -
YUV 60.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 90 53 26 0 0.41 0.71 0.65 25.31 0.55 0.23
Hex 5A 35 1A 0 29 47 41 19 37 17
Octal 132 65 32 0 51 107 101 31 67 27
Binary 1011010 110101 11010 0 101001 1000111 1000001 11001 110111 10111

Color Harmonies of #5A351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A351A

Black with #5A351A

Text Example


Text Example

White with #5A351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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