Html Css Color HEX #94500D Saddle Brown

📋 copy color: '#94500D'

red 148 ◦ green 80 ◦ blue 13

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

Shades of Saddle Brown #94500D

Tints of Saddle Brown #94500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 61.41%
G = 33.2%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94500D (or 0x94500D) is known color: Saddle Brown. HEX triplet: 94, 50 and 0D. RGB value is (148,80,13). Sum of RGB (Red+Green+Blue) = 148+80+13=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94500D is #6BAFF2. Grayscale: #5D5D5D. Windows color (decimal): -7057395 or 872596. OLE color: 872596.

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

Color convert

RGB 148 80 13 -
CMYK 0 0.46 0.91 0.42
HSL 29.78º 0.84% 0.32% -
HSV(B) 29.78º 0.91% 0.58% -
XYZ 15.15 12.06 1.91 -
YUV 92.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 148 80 13 0 0.46 0.91 0.42 29.78 0.84 0.32
Hex 94 50 D 0 2E 5B 2A 1E 54 20
Octal 224 120 15 0 56 133 52 36 124 40
Binary 10010100 1010000 1101 0 101110 1011011 101010 11110 1010100 100000

Color Harmonies of #94500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94500D

Black with #94500D

Text Example


Text Example

White with #94500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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