Html Css Color HEX #93380D Saddle Brown

📋 copy color: '#93380D'

red 147 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #93380D

Tints of Saddle Brown #93380D

RGB

 RED value IS 147 (57.81% from 255) = 68.06%

 GREEN value IS 56 (22.27% from 255) = 25.93%

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 68.06%
G = 25.93%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93380D (or 0x93380D) is known color: Saddle Brown. HEX triplet: 93, 38 and 0D. RGB value is (147,56,13). Sum of RGB (Red+Green+Blue) = 147+56+13=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #93380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93380D is #6CC7F2. Grayscale: #4E4E4E. Windows color (decimal): -7129075 or 866451. OLE color: 866451.

HSL color Cylindrical-coordinate representation of color #93380D: hue angle of 19.25º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93380D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 56 13 -
CMYK 0 0.62 0.91 0.42
HSL 19.25º 0.84% 0.31% -
HSV(B) 19.25º 0.91% 0.58% -
XYZ 13.52 9.06 1.42 -
YUV 78.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 147 56 13 0 0.62 0.91 0.42 19.25 0.84 0.31
Hex 93 38 D 0 3E 5B 2A 13 54 1F
Octal 223 70 15 0 76 133 52 23 124 37
Binary 10010011 111000 1101 0 111110 1011011 101010 10011 1010100 11111

Color Harmonies of #93380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93380D

Black with #93380D

Text Example


Text Example

White with #93380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93380D; }

 p { color: rgb(147,56,13); }

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

background-color css

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

 a { background-color: rgb(147,56,13); }

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

border-color css

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

 span { border-color: rgb(147,56,13); }

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