Html Css Color HEX #5A1F09 Baker's Chocolate

📋 copy color: '#5A1F09'

red 90 ◦ green 31 ◦ blue 9

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

Shades of Baker's Chocolate #5A1F09

Tints of Baker's Chocolate #5A1F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.85%

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 69.23%
G = 23.85%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A1F09 (or 0x5A1F09) is known color: Baker's Chocolate. HEX triplet: 5A, 1F and 09. RGB value is (90,31,9). Sum of RGB (Red+Green+Blue) = 90+31+9=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1F09 is #A5E0F6. Grayscale: #2E2E2E. Windows color (decimal): -10871031 or 597850. OLE color: 597850.

HSL color Cylindrical-coordinate representation of color #5A1F09: hue angle of 16.3º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A1F09 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 31 9 -
CMYK 0 0.66 0.9 0.65
HSL 16.3º 0.82% 0.19% -
HSV(B) 16.3º 0.9% 0.35% -
XYZ 4.76 3.17 0.62 -
YUV 46.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 90 31 9 0 0.66 0.9 0.65 16.3 0.82 0.19
Hex 5A 1F 9 0 42 5A 41 10 52 13
Octal 132 37 11 0 102 132 101 20 122 23
Binary 1011010 11111 1001 0 1000010 1011010 1000001 10000 1010010 10011

Color Harmonies of #5A1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1F09

Black with #5A1F09

Text Example


Text Example

White with #5A1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,31,9); }

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

background-color css

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

 a { background-color: rgb(90,31,9); }

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

border-color css

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

 span { border-color: rgb(90,31,9); }

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