Html Css Color HEX #94530F Saddle Brown

📋 copy color: '#94530F'

red 148 ◦ green 83 ◦ blue 15

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

Shades of Saddle Brown #94530F

Tints of Saddle Brown #94530F

RGB

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

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

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

R = 60.16%
G = 33.74%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94530F (or 0x94530F) is known color: Saddle Brown. HEX triplet: 94, 53 and 0F. RGB value is (148,83,15). Sum of RGB (Red+Green+Blue) = 148+83+15=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530F is #6BACF0. Grayscale: #5F5F5F. Windows color (decimal): -7056625 or 1004436. OLE color: 1004436.

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

Color convert

RGB 148 83 15 -
CMYK 0 0.44 0.90 0.42
HSL 30.68º 0.82% 0.32% -
HSV(B) 30.68º 0.9% 0.58% -
XYZ 15.39 12.52 2.06 -
YUV 94.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 148 83 15 0 0.44 0.90 0.42 30.68 0.82 0.32
Hex 94 53 F 0 2C 5A 2A 1F 52 20
Octal 224 123 17 0 54 132 52 37 122 40
Binary 10010100 1010011 1111 0 101100 1011010 101010 11111 1010010 100000

Color Harmonies of #94530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94530F

Black with #94530F

Text Example


Text Example

White with #94530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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