Html Css Color HEX #944908 Saddle Brown

📋 copy color: '#944908'

red 148 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #944908

Tints of Saddle Brown #944908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 64.63%
G = 31.88%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#944908 (or 0x944908) is known color: Saddle Brown. HEX triplet: 94, 49 and 08. RGB value is (148,73,8). Sum of RGB (Red+Green+Blue) = 148+73+8=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #944908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944908 is #6BB6F7. Grayscale: #585858. Windows color (decimal): -7059192 or 543124. OLE color: 543124.

HSL color Cylindrical-coordinate representation of color #944908: hue angle of 27.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #944908 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 8 -
CMYK 0 0.51 0.95 0.42
HSL 27.86º 0.9% 0.31% -
HSV(B) 27.86º 0.95% 0.58% -
XYZ 14.64 11.08 1.6 -
YUV 88.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 148 73 8 0 0.51 0.95 0.42 27.86 0.9 0.31
Hex 94 49 8 0 33 5F 2A 1C 5A 1F
Octal 224 111 10 0 63 137 52 34 132 37
Binary 10010100 1001001 1000 0 110011 1011111 101010 11100 1011010 11111

Color Harmonies of #944908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944908

Black with #944908

Text Example


Text Example

White with #944908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944908; }

 p { color: rgb(148,73,8); }

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

background-color css

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

 a { background-color: rgb(148,73,8); }

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

border-color css

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

 span { border-color: rgb(148,73,8); }

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