Html Css Color HEX #99400E Saddle Brown

📋 copy color: '#99400E'

red 153 ◦ green 64 ◦ blue 14

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

Shades of Saddle Brown #99400E

Tints of Saddle Brown #99400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 66.23%
G = 27.71%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99400E (or 0x99400E) is known color: Saddle Brown. HEX triplet: 99, 40 and 0E. RGB value is (153,64,14). Sum of RGB (Red+Green+Blue) = 153+64+14=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99400E is #66BFF1. Grayscale: #555555. Windows color (decimal): -6733810 or 934041. OLE color: 934041.

HSL color Cylindrical-coordinate representation of color #99400E: hue angle of 21.58º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99400E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 64 14 -
CMYK 0 0.58 0.91 0.4
HSL 21.58º 0.83% 0.33% -
HSV(B) 21.58º 0.91% 0.6% -
XYZ 15.05 10.47 1.64 -
YUV 84.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 153 64 14 0 0.58 0.91 0.4 21.58 0.83 0.33
Hex 99 40 E 0 3A 5B 28 16 53 21
Octal 231 100 16 0 72 133 50 26 123 41
Binary 10011001 1000000 1110 0 111010 1011011 101000 10110 1010011 100001

Color Harmonies of #99400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99400E

Black with #99400E

Text Example


Text Example

White with #99400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99400E; }

 p { color: rgb(153,64,14); }

 H1.HeaderClassName
 {
   color: #99400E;
 }
 .AnyTagClassName
 {
   color: #99400E;
 }
</style>

background-color css

<style>
 a { background-color: #99400E; }

 a { background-color: rgb(153,64,14); }

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

border-color css

<style>
 span { border-color: #99400E; }

 span { border-color: rgb(153,64,14); }

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