Html Css Color HEX #943B13 Saddle Brown

📋 copy color: '#943B13'

red 148 ◦ green 59 ◦ blue 19

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

Shades of Saddle Brown #943B13

Tints of Saddle Brown #943B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 65.49%
G = 26.11%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#943B13 (or 0x943B13) is known color: Saddle Brown. HEX triplet: 94, 3B and 13. RGB value is (148,59,19). Sum of RGB (Red+Green+Blue) = 148+59+19=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #943B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943B13 is #6BC4EC. Grayscale: #515151. Windows color (decimal): -7062765 or 1260436. OLE color: 1260436.

HSL color Cylindrical-coordinate representation of color #943B13: hue angle of 18.6º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #943B13 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 59 19 -
CMYK 0 0.60 0.87 0.42
HSL 18.6º 0.77% 0.33% -
HSV(B) 18.6º 0.87% 0.58% -
XYZ 13.89 9.47 1.71 -
YUV 81.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 148 59 19 0 0.60 0.87 0.42 18.6 0.77 0.33
Hex 94 3B 13 0 3C 57 2A 13 4D 21
Octal 224 73 23 0 74 127 52 23 115 41
Binary 10010100 111011 10011 0 111100 1010111 101010 10011 1001101 100001

Color Harmonies of #943B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943B13

Black with #943B13

Text Example


Text Example

White with #943B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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