Html Css Color HEX #9A421B Saddle Brown

📋 copy color: '#9A421B'

red 154 ◦ green 66 ◦ blue 27

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

Shades of Saddle Brown #9A421B

Tints of Saddle Brown #9A421B

RGB

 RED value IS 154 (60.55% from 255) = 62.35%

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 27 (10.94% from 255) = 10.93%

R = 62.35%
G = 26.72%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A421B (or 0x9A421B) is known color: Saddle Brown. HEX triplet: 9A, 42 and 1B. RGB value is (154,66,27). Sum of RGB (Red+Green+Blue) = 154+66+27=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A421B is #65BDE4. Grayscale: #585858. Windows color (decimal): -6667749 or 1786522. OLE color: 1786522.

HSL color Cylindrical-coordinate representation of color #9A421B: hue angle of 18.43º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A421B is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 66 27 -
CMYK 0 0.57 0.82 0.40
HSL 18.43º 0.7% 0.35% -
HSV(B) 18.43º 0.82% 0.6% -
XYZ 15.47 10.85 2.31 -
YUV 87.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 154 66 27 0 0.57 0.82 0.40 18.43 0.7 0.35
Hex 9A 42 1B 0 39 52 28 12 46 23
Octal 232 102 33 0 71 122 50 22 106 43
Binary 10011010 1000010 11011 0 111001 1010010 101000 10010 1000110 100011

Color Harmonies of #9A421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A421B

Black with #9A421B

Text Example


Text Example

White with #9A421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A421B; }

 p { color: rgb(154,66,27); }

 H1.HeaderClassName
 {
   color: #9A421B;
 }
 .AnyTagClassName
 {
   color: #9A421B;
 }
</style>

background-color css

<style>
 a { background-color: #9A421B; }

 a { background-color: rgb(154,66,27); }

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

border-color css

<style>
 span { border-color: #9A421B; }

 span { border-color: rgb(154,66,27); }

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