Html Css Color HEX #96530B Saddle Brown

📋 copy color: '#96530B'

red 150 ◦ green 83 ◦ blue 11

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

Shades of Saddle Brown #96530B

Tints of Saddle Brown #96530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 61.48%
G = 34.02%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96530B (or 0x96530B) is known color: Saddle Brown. HEX triplet: 96, 53 and 0B. RGB value is (150,83,11). Sum of RGB (Red+Green+Blue) = 150+83+11=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96530B is #69ACF4. Grayscale: #5F5F5F. Windows color (decimal): -6925557 or 742294. OLE color: 742294.

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

Color convert

RGB 150 83 11 -
CMYK 0 0.45 0.93 0.41
HSL 31.08º 0.86% 0.32% -
HSV(B) 31.08º 0.93% 0.59% -
XYZ 15.73 12.69 1.94 -
YUV 94.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 150 83 11 0 0.45 0.93 0.41 31.08 0.86 0.32
Hex 96 53 B 0 2D 5D 29 1F 56 20
Octal 226 123 13 0 55 135 51 37 126 40
Binary 10010110 1010011 1011 0 101101 1011101 101001 11111 1010110 100000

Color Harmonies of #96530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96530B

Black with #96530B

Text Example


Text Example

White with #96530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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