Html Css Color HEX #944E08 Saddle Brown

📋 copy color: '#944E08'

red 148 ◦ green 78 ◦ blue 8

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

Shades of Saddle Brown #944E08

Tints of Saddle Brown #944E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

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

R = 63.25%
G = 33.33%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#944E08 (or 0x944E08) is known color: Saddle Brown. HEX triplet: 94, 4E and 08. RGB value is (148,78,8). Sum of RGB (Red+Green+Blue) = 148+78+8=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #944E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944E08 is #6BB1F7. Grayscale: #5B5B5B. Windows color (decimal): -7057912 or 544404. OLE color: 544404.

HSL color Cylindrical-coordinate representation of color #944E08: hue angle of 30º 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 #944E08 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 78 8 -
CMYK 0 0.47 0.95 0.42
HSL 30º 0.9% 0.31% -
HSV(B) 30º 0.95% 0.58% -
XYZ 14.98 11.76 1.71 -
YUV 90.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 148 78 8 0 0.47 0.95 0.42 30 0.9 0.31
Hex 94 4E 8 0 2F 5F 2A 1E 5A 1F
Octal 224 116 10 0 57 137 52 36 132 37
Binary 10010100 1001110 1000 0 101111 1011111 101010 11110 1011010 11111

Color Harmonies of #944E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944E08

Black with #944E08

Text Example


Text Example

White with #944E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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