Html Css Color HEX #933D0D Saddle Brown

📋 copy color: '#933D0D'

red 147 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #933D0D

Tints of Saddle Brown #933D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

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

R = 66.52%
G = 27.6%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#933D0D (or 0x933D0D) is known color: Saddle Brown. HEX triplet: 93, 3D and 0D. RGB value is (147,61,13). Sum of RGB (Red+Green+Blue) = 147+61+13=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #933D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933D0D is #6CC2F2. Grayscale: #515151. Windows color (decimal): -7127795 or 867731. OLE color: 867731.

HSL color Cylindrical-coordinate representation of color #933D0D: hue angle of 21.49º 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 #933D0D is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 61 13 -
CMYK 0 0.59 0.91 0.42
HSL 21.49º 0.84% 0.31% -
HSV(B) 21.49º 0.91% 0.58% -
XYZ 13.77 9.57 1.5 -
YUV 81.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 147 61 13 0 0.59 0.91 0.42 21.49 0.84 0.31
Hex 93 3D D 0 3B 5B 2A 15 54 1F
Octal 223 75 15 0 73 133 52 25 124 37
Binary 10010011 111101 1101 0 111011 1011011 101010 10101 1010100 11111

Color Harmonies of #933D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933D0D

Black with #933D0D

Text Example


Text Example

White with #933D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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