Html Css Color HEX #94530E Saddle Brown

📋 copy color: '#94530E'

red 148 ◦ green 83 ◦ blue 14

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

Shades of Saddle Brown #94530E

Tints of Saddle Brown #94530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 60.41%
G = 33.88%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94530E (or 0x94530E) is known color: Saddle Brown. HEX triplet: 94, 53 and 0E. RGB value is (148,83,14). Sum of RGB (Red+Green+Blue) = 148+83+14=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530E is #6BACF1. Grayscale: #5E5E5E. Windows color (decimal): -7056626 or 938900. OLE color: 938900.

HSL color Cylindrical-coordinate representation of color #94530E: hue angle of 30.9º degrees, saturation: 0.83, 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 #94530E is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 83 14 -
CMYK 0 0.44 0.91 0.42
HSL 30.9º 0.83% 0.32% -
HSV(B) 30.9º 0.91% 0.58% -
XYZ 15.39 12.51 2.02 -
YUV 94.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 148 83 14 0 0.44 0.91 0.42 30.9 0.83 0.32
Hex 94 53 E 0 2C 5B 2A 1F 53 20
Octal 224 123 16 0 54 133 52 37 123 40
Binary 10010100 1010011 1110 0 101100 1011011 101010 11111 1010011 100000

Color Harmonies of #94530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94530E

Black with #94530E

Text Example


Text Example

White with #94530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,83,14); }

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

background-color css

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

 a { background-color: rgb(148,83,14); }

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

border-color css

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

 span { border-color: rgb(148,83,14); }

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