Html Css Color HEX #943B0F Saddle Brown

📋 copy color: '#943B0F'

red 148 ◦ green 59 ◦ blue 15

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

Shades of Saddle Brown #943B0F

Tints of Saddle Brown #943B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 66.67%
G = 26.58%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#943B0F (or 0x943B0F) is known color: Saddle Brown. HEX triplet: 94, 3B and 0F. RGB value is (148,59,15). Sum of RGB (Red+Green+Blue) = 148+59+15=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #943B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943B0F is #6BC4F0. Grayscale: #505050. Windows color (decimal): -7062769 or 998292. OLE color: 998292.

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

Color convert

RGB 148 59 15 -
CMYK 0 0.60 0.90 0.42
HSL 19.85º 0.82% 0.32% -
HSV(B) 19.85º 0.9% 0.58% -
XYZ 13.86 9.46 1.55 -
YUV 80.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 148 59 15 0 0.60 0.90 0.42 19.85 0.82 0.32
Hex 94 3B F 0 3C 5A 2A 14 52 20
Octal 224 73 17 0 74 132 52 24 122 40
Binary 10010100 111011 1111 0 111100 1011010 101010 10100 1010010 100000

Color Harmonies of #943B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943B0F

Black with #943B0F

Text Example


Text Example

White with #943B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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