Html Css Color HEX #99461B Saddle Brown

📋 copy color: '#99461B'

red 153 ◦ green 70 ◦ blue 27

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

Shades of Saddle Brown #99461B

Tints of Saddle Brown #99461B

RGB

 RED value IS 153 (60.16% from 255) = 61.2%

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 61.2%
G = 28%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99461B (or 0x99461B) is known color: Saddle Brown. HEX triplet: 99, 46 and 1B. RGB value is (153,70,27). Sum of RGB (Red+Green+Blue) = 153+70+27=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99461B is #66B9E4. Grayscale: #5A5A5A. Windows color (decimal): -6732261 or 1787545. OLE color: 1787545.

HSL color Cylindrical-coordinate representation of color #99461B: hue angle of 20.48º 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 #99461B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 27 -
CMYK 0 0.54 0.82 0.4
HSL 20.48º 0.7% 0.35% -
HSV(B) 20.48º 0.82% 0.6% -
XYZ 15.52 11.23 2.39 -
YUV 89.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 153 70 27 0 0.54 0.82 0.4 20.48 0.7 0.35
Hex 99 46 1B 0 36 52 28 14 46 23
Octal 231 106 33 0 66 122 50 24 106 43
Binary 10011001 1000110 11011 0 110110 1010010 101000 10100 1000110 100011

Color Harmonies of #99461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99461B

Black with #99461B

Text Example


Text Example

White with #99461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99461B; }

 p { color: rgb(153,70,27); }

 H1.HeaderClassName
 {
   color: #99461B;
 }
 .AnyTagClassName
 {
   color: #99461B;
 }
</style>

background-color css

<style>
 a { background-color: #99461B; }

 a { background-color: rgb(153,70,27); }

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

border-color css

<style>
 span { border-color: #99461B; }

 span { border-color: rgb(153,70,27); }

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