Html Css Color HEX #943E0F Saddle Brown

📋 copy color: '#943E0F'

red 148 ◦ green 62 ◦ blue 15

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

Shades of Saddle Brown #943E0F

Tints of Saddle Brown #943E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

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

R = 65.78%
G = 27.56%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#943E0F (or 0x943E0F) is known color: Saddle Brown. HEX triplet: 94, 3E and 0F. RGB value is (148,62,15). Sum of RGB (Red+Green+Blue) = 148+62+15=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #943E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943E0F is #6BC1F0. Grayscale: #525252. Windows color (decimal): -7062001 or 999060. OLE color: 999060.

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

Color convert

RGB 148 62 15 -
CMYK 0 0.58 0.90 0.42
HSL 21.2º 0.82% 0.32% -
HSV(B) 21.2º 0.9% 0.58% -
XYZ 14.02 9.78 1.6 -
YUV 82.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 148 62 15 0 0.58 0.90 0.42 21.2 0.82 0.32
Hex 94 3E F 0 3A 5A 2A 15 52 20
Octal 224 76 17 0 72 132 52 25 122 40
Binary 10010100 111110 1111 0 111010 1011010 101010 10101 1010010 100000

Color Harmonies of #943E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943E0F

Black with #943E0F

Text Example


Text Example

White with #943E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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