Html Css Color HEX #994907 Saddle Brown

📋 copy color: '#994907'

red 153 ◦ green 73 ◦ blue 7

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

Shades of Saddle Brown #994907

Tints of Saddle Brown #994907

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 7 (3.13% from 255) = 3%

R = 65.67%
G = 31.33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#994907 (or 0x994907) is known color: Saddle Brown. HEX triplet: 99, 49 and 07. RGB value is (153,73,7). Sum of RGB (Red+Green+Blue) = 153+73+7=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994907 is #66B6F8. Grayscale: #595959. Windows color (decimal): -6731513 or 477593. OLE color: 477593.

HSL color Cylindrical-coordinate representation of color #994907: hue angle of 27.12º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #994907 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 7 -
CMYK 0 0.52 0.95 0.4
HSL 27.12º 0.91% 0.31% -
HSV(B) 27.12º 0.95% 0.6% -
XYZ 15.56 11.55 1.61 -
YUV 89.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 153 73 7 0 0.52 0.95 0.4 27.12 0.91 0.31
Hex 99 49 7 0 34 5F 28 1B 5B 1F
Octal 231 111 7 0 64 137 50 33 133 37
Binary 10011001 1001001 111 0 110100 1011111 101000 11011 1011011 11111

Color Harmonies of #994907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994907

Black with #994907

Text Example


Text Example

White with #994907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994907; }

 p { color: rgb(153,73,7); }

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

background-color css

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

 a { background-color: rgb(153,73,7); }

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

border-color css

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

 span { border-color: rgb(153,73,7); }

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