Html Css Color HEX #99530F Saddle Brown

📋 copy color: '#99530F'

red 153 ◦ green 83 ◦ blue 15

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

Shades of Saddle Brown #99530F

Tints of Saddle Brown #99530F

RGB

 RED value IS 153 (60.16% from 255) = 60.96%

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 60.96%
G = 33.07%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99530F (or 0x99530F) is known color: Saddle Brown. HEX triplet: 99, 53 and 0F. RGB value is (153,83,15). Sum of RGB (Red+Green+Blue) = 153+83+15=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99530F is #66ACF0. Grayscale: #606060. Windows color (decimal): -6728945 or 1004441. OLE color: 1004441.

HSL color Cylindrical-coordinate representation of color #99530F: hue angle of 29.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99530F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 15 -
CMYK 0 0.46 0.90 0.4
HSL 29.57º 0.82% 0.33% -
HSV(B) 29.57º 0.9% 0.6% -
XYZ 16.32 12.99 2.1 -
YUV 96.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 153 83 15 0 0.46 0.90 0.4 29.57 0.82 0.33
Hex 99 53 F 0 2E 5A 28 1E 52 21
Octal 231 123 17 0 56 132 50 36 122 41
Binary 10011001 1010011 1111 0 101110 1011010 101000 11110 1010010 100001

Color Harmonies of #99530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99530F

Black with #99530F

Text Example


Text Example

White with #99530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99530F; }

 p { color: rgb(153,83,15); }

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

background-color css

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

 a { background-color: rgb(153,83,15); }

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

border-color css

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

 span { border-color: rgb(153,83,15); }

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