Html Css Color HEX #943613 Saddle Brown

📋 copy color: '#943613'

red 148 ◦ green 54 ◦ blue 19

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

Shades of Saddle Brown #943613

Tints of Saddle Brown #943613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 66.97%
G = 24.43%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#943613 (or 0x943613) is known color: Saddle Brown. HEX triplet: 94, 36 and 13. RGB value is (148,54,19). Sum of RGB (Red+Green+Blue) = 148+54+19=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #943613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943613 is #6BC9EC. Grayscale: #4E4E4E. Windows color (decimal): -7064045 or 1259156. OLE color: 1259156.

HSL color Cylindrical-coordinate representation of color #943613: hue angle of 16.28º 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 #943613 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 19 -
CMYK 0 0.64 0.87 0.42
HSL 16.28º 0.77% 0.33% -
HSV(B) 16.28º 0.87% 0.58% -
XYZ 13.65 8.98 1.63 -
YUV 78.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 148 54 19 0 0.64 0.87 0.42 16.28 0.77 0.33
Hex 94 36 13 0 40 57 2A 10 4D 21
Octal 224 66 23 0 100 127 52 20 115 41
Binary 10010100 110110 10011 0 1000000 1010111 101010 10000 1001101 100001

Color Harmonies of #943613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943613

Black with #943613

Text Example


Text Example

White with #943613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943613; }

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

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

background-color css

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

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

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

border-color css

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

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

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