Html Css Color HEX #96530D Saddle Brown

📋 copy color: '#96530D'

red 150 ◦ green 83 ◦ blue 13

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

Shades of Saddle Brown #96530D

Tints of Saddle Brown #96530D

RGB

 RED value IS 150 (58.98% from 255) = 60.98%

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 60.98%
G = 33.74%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96530D (or 0x96530D) is known color: Saddle Brown. HEX triplet: 96, 53 and 0D. RGB value is (150,83,13). Sum of RGB (Red+Green+Blue) = 150+83+13=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96530D is #69ACF2. Grayscale: #5F5F5F. Windows color (decimal): -6925555 or 873366. OLE color: 873366.

HSL color Cylindrical-coordinate representation of color #96530D: hue angle of 30.66º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96530D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 13 -
CMYK 0 0.45 0.91 0.41
HSL 30.66º 0.84% 0.32% -
HSV(B) 30.66º 0.91% 0.59% -
XYZ 15.74 12.7 2 -
YUV 95.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 150 83 13 0 0.45 0.91 0.41 30.66 0.84 0.32
Hex 96 53 D 0 2D 5B 29 1F 54 20
Octal 226 123 15 0 55 133 51 37 124 40
Binary 10010110 1010011 1101 0 101101 1011011 101001 11111 1010100 100000

Color Harmonies of #96530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96530D

Black with #96530D

Text Example


Text Example

White with #96530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,83,13); }

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

background-color css

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

 a { background-color: rgb(150,83,13); }

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

border-color css

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

 span { border-color: rgb(150,83,13); }

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