Html Css Color HEX #5A341C Baker's Chocolate

📋 copy color: '#5A341C'

red 90 ◦ green 52 ◦ blue 28

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

Shades of Baker's Chocolate #5A341C

Tints of Baker's Chocolate #5A341C

RGB

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

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

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

R = 52.94%
G = 30.59%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A341C (or 0x5A341C) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 1C. RGB value is (90,52,28). Sum of RGB (Red+Green+Blue) = 90+52+28=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A341C is #A5CBE3. Grayscale: #3C3C3C. Windows color (decimal): -10865636 or 1848410. OLE color: 1848410.

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

Color convert

RGB 90 52 28 -
CMYK 0 0.42 0.69 0.65
HSL 23.23º 0.53% 0.23% -
HSV(B) 23.23º 0.69% 0.35% -
XYZ 5.65 4.71 1.71 -
YUV 60.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 90 52 28 0 0.42 0.69 0.65 23.23 0.53 0.23
Hex 5A 34 1C 0 2A 45 41 17 35 17
Octal 132 64 34 0 52 105 101 27 65 27
Binary 1011010 110100 11100 0 101010 1000101 1000001 10111 110101 10111

Color Harmonies of #5A341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A341C

Black with #5A341C

Text Example


Text Example

White with #5A341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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