Html Css Color HEX #942F09 Saddle Brown

📋 copy color: '#942F09'

red 148 ◦ green 47 ◦ blue 9

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

Shades of Saddle Brown #942F09

Tints of Saddle Brown #942F09

RGB

 RED value IS 148 (58.2% from 255) = 72.55%

 GREEN value IS 47 (18.75% from 255) = 23.04%

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

R = 72.55%
G = 23.04%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#942F09 (or 0x942F09) is known color: Saddle Brown. HEX triplet: 94, 2F and 09. RGB value is (148,47,9). Sum of RGB (Red+Green+Blue) = 148+47+9=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #942F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F09 is #6BD0F6. Grayscale: #494949. Windows color (decimal): -7065847 or 602004. OLE color: 602004.

HSL color Cylindrical-coordinate representation of color #942F09: hue angle of 16.4º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #942F09 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 9 -
CMYK 0 0.68 0.94 0.42
HSL 16.4º 0.89% 0.31% -
HSV(B) 16.4º 0.94% 0.58% -
XYZ 13.28 8.35 1.17 -
YUV 72.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 148 47 9 0 0.68 0.94 0.42 16.4 0.89 0.31
Hex 94 2F 9 0 44 5E 2A 10 59 1F
Octal 224 57 11 0 104 136 52 20 131 37
Binary 10010100 101111 1001 0 1000100 1011110 101010 10000 1011001 11111

Color Harmonies of #942F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F09

Black with #942F09

Text Example


Text Example

White with #942F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942F09; }

 p { color: rgb(148,47,9); }

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

background-color css

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

 a { background-color: rgb(148,47,9); }

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

border-color css

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

 span { border-color: rgb(148,47,9); }

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