Html Css Color HEX #5A341A Baker's Chocolate

📋 copy color: '#5A341A'

red 90 ◦ green 52 ◦ blue 26

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

Shades of Baker's Chocolate #5A341A

Tints of Baker's Chocolate #5A341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

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

R = 53.57%
G = 30.95%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A341A (or 0x5A341A) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 1A. RGB value is (90,52,26). Sum of RGB (Red+Green+Blue) = 90+52+26=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A341A is #A5CBE5. Grayscale: #3C3C3C. Windows color (decimal): -10865638 or 1717338. OLE color: 1717338.

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

Color convert

RGB 90 52 26 -
CMYK 0 0.42 0.71 0.65
HSL 24.38º 0.55% 0.23% -
HSV(B) 24.38º 0.71% 0.35% -
XYZ 5.63 4.7 1.59 -
YUV 60.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 90 52 26 0 0.42 0.71 0.65 24.38 0.55 0.23
Hex 5A 34 1A 0 2A 47 41 18 37 17
Octal 132 64 32 0 52 107 101 30 67 27
Binary 1011010 110100 11010 0 101010 1000111 1000001 11000 110111 10111

Color Harmonies of #5A341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A341A

Black with #5A341A

Text Example


Text Example

White with #5A341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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