Html Css Color HEX #5A240C Baker's Chocolate

📋 copy color: '#5A240C'

red 90 ◦ green 36 ◦ blue 12

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

Shades of Baker's Chocolate #5A240C

Tints of Baker's Chocolate #5A240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 12 (5.08% from 255) = 8.7%

R = 65.22%
G = 26.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A240C (or 0x5A240C) is known color: Baker's Chocolate. HEX triplet: 5A, 24 and 0C. RGB value is (90,36,12). Sum of RGB (Red+Green+Blue) = 90+36+12=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A240C is #A5DBF3. Grayscale: #313131. Windows color (decimal): -10869748 or 795738. OLE color: 795738.

HSL color Cylindrical-coordinate representation of color #5A240C: hue angle of 18.46º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A240C is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 36 12 -
CMYK 0 0.60 0.87 0.65
HSL 18.46º 0.76% 0.2% -
HSV(B) 18.46º 0.87% 0.35% -
XYZ 4.91 3.46 0.76 -
YUV 49.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 90 36 12 0 0.60 0.87 0.65 18.46 0.76 0.2
Hex 5A 24 C 0 3C 57 41 12 4C 14
Octal 132 44 14 0 74 127 101 22 114 24
Binary 1011010 100100 1100 0 111100 1010111 1000001 10010 1001100 10100

Color Harmonies of #5A240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A240C

Black with #5A240C

Text Example


Text Example

White with #5A240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,12); }

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

background-color css

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

 a { background-color: rgb(90,36,12); }

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

border-color css

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

 span { border-color: rgb(90,36,12); }

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