Html Css Color HEX #943D0F Saddle Brown

📋 copy color: '#943D0F'

red 148 ◦ green 61 ◦ blue 15

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

Shades of Saddle Brown #943D0F

Tints of Saddle Brown #943D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

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

R = 66.07%
G = 27.23%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#943D0F (or 0x943D0F) is known color: Saddle Brown. HEX triplet: 94, 3D and 0F. RGB value is (148,61,15). Sum of RGB (Red+Green+Blue) = 148+61+15=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #943D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943D0F is #6BC2F0. Grayscale: #525252. Windows color (decimal): -7062257 or 998804. OLE color: 998804.

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

Color convert

RGB 148 61 15 -
CMYK 0 0.59 0.90 0.42
HSL 20.75º 0.82% 0.32% -
HSV(B) 20.75º 0.9% 0.58% -
XYZ 13.97 9.67 1.58 -
YUV 81.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 148 61 15 0 0.59 0.90 0.42 20.75 0.82 0.32
Hex 94 3D F 0 3B 5A 2A 15 52 20
Octal 224 75 17 0 73 132 52 25 122 40
Binary 10010100 111101 1111 0 111011 1011010 101010 10101 1010010 100000

Color Harmonies of #943D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943D0F

Black with #943D0F

Text Example


Text Example

White with #943D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943D0F; }

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

 H1.HeaderClassName
 {
   color: #943D0F;
 }
 .AnyTagClassName
 {
   color: #943D0F;
 }
</style>

background-color css

<style>
 a { background-color: #943D0F; }

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

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

border-color css

<style>
 span { border-color: #943D0F; }

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

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