Html Css Color HEX #94500F Saddle Brown

📋 copy color: '#94500F'

red 148 ◦ green 80 ◦ blue 15

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

Shades of Saddle Brown #94500F

Tints of Saddle Brown #94500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 60.91%
G = 32.92%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94500F (or 0x94500F) is known color: Saddle Brown. HEX triplet: 94, 50 and 0F. RGB value is (148,80,15). Sum of RGB (Red+Green+Blue) = 148+80+15=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94500F is #6BAFF0. Grayscale: #5D5D5D. Windows color (decimal): -7057393 or 1003668. OLE color: 1003668.

HSL color Cylindrical-coordinate representation of color #94500F: hue angle of 29.32º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94500F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 80 15 -
CMYK 0 0.46 0.90 0.42
HSL 29.32º 0.82% 0.32% -
HSV(B) 29.32º 0.9% 0.58% -
XYZ 15.17 12.07 1.98 -
YUV 92.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 148 80 15 0 0.46 0.90 0.42 29.32 0.82 0.32
Hex 94 50 F 0 2E 5A 2A 1D 52 20
Octal 224 120 17 0 56 132 52 35 122 40
Binary 10010100 1010000 1111 0 101110 1011010 101010 11101 1010010 100000

Color Harmonies of #94500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94500F

Black with #94500F

Text Example


Text Example

White with #94500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94500F; }

 p { color: rgb(148,80,15); }

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

background-color css

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

 a { background-color: rgb(148,80,15); }

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

border-color css

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

 span { border-color: rgb(148,80,15); }

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