Html Css Color HEX #5A361C Baker's Chocolate

📋 copy color: '#5A361C'

red 90 ◦ green 54 ◦ blue 28

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

Shades of Baker's Chocolate #5A361C

Tints of Baker's Chocolate #5A361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 52.33%
G = 31.4%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A361C (or 0x5A361C) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 1C. RGB value is (90,54,28). Sum of RGB (Red+Green+Blue) = 90+54+28=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A361C is #A5C9E3. Grayscale: #3D3D3D. Windows color (decimal): -10865124 or 1848922. OLE color: 1848922.

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

Color convert

RGB 90 54 28 -
CMYK 0 0.40 0.69 0.65
HSL 25.16º 0.53% 0.23% -
HSV(B) 25.16º 0.69% 0.35% -
XYZ 5.75 4.9 1.74 -
YUV 61.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 90 54 28 0 0.40 0.69 0.65 25.16 0.53 0.23
Hex 5A 36 1C 0 28 45 41 19 35 17
Octal 132 66 34 0 50 105 101 31 65 27
Binary 1011010 110110 11100 0 101000 1000101 1000001 11001 110101 10111

Color Harmonies of #5A361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A361C

Black with #5A361C

Text Example


Text Example

White with #5A361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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