Html Css Color HEX #94471E Saddle Brown

📋 copy color: '#94471E'

red 148 ◦ green 71 ◦ blue 30

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

Shades of Saddle Brown #94471E

Tints of Saddle Brown #94471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 59.44%
G = 28.51%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94471E (or 0x94471E) is known color: Saddle Brown. HEX triplet: 94, 47 and 1E. RGB value is (148,71,30). Sum of RGB (Red+Green+Blue) = 148+71+30=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #94471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94471E is #6BB8E1. Grayscale: #595959. Windows color (decimal): -7059682 or 1984404. OLE color: 1984404.

HSL color Cylindrical-coordinate representation of color #94471E: hue angle of 20.85º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94471E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 30 -
CMYK 0 0.52 0.80 0.42
HSL 20.85º 0.66% 0.35% -
HSV(B) 20.85º 0.8% 0.58% -
XYZ 14.7 10.9 2.56 -
YUV 89.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 148 71 30 0 0.52 0.80 0.42 20.85 0.66 0.35
Hex 94 47 1E 0 34 50 2A 15 42 23
Octal 224 107 36 0 64 120 52 25 102 43
Binary 10010100 1000111 11110 0 110100 1010000 101010 10101 1000010 100011

Color Harmonies of #94471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94471E

Black with #94471E

Text Example


Text Example

White with #94471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,71,30); }

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

background-color css

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

 a { background-color: rgb(148,71,30); }

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

border-color css

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

 span { border-color: rgb(148,71,30); }

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