Html Css Color HEX #99380B Saddle Brown

📋 copy color: '#99380B'

red 153 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #99380B

Tints of Saddle Brown #99380B

RGB

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

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

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

R = 69.55%
G = 25.45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99380B (or 0x99380B) is known color: Saddle Brown. HEX triplet: 99, 38 and 0B. RGB value is (153,56,11). Sum of RGB (Red+Green+Blue) = 153+56+11=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99380B is #66C7F4. Grayscale: #505050. Windows color (decimal): -6735861 or 735385. OLE color: 735385.

HSL color Cylindrical-coordinate representation of color #99380B: hue angle of 19.01º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99380B is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 11 -
CMYK 0 0.63 0.93 0.4
HSL 19.01º 0.87% 0.32% -
HSV(B) 19.01º 0.93% 0.6% -
XYZ 14.61 9.62 1.4 -
YUV 79.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 153 56 11 0 0.63 0.93 0.4 19.01 0.87 0.32
Hex 99 38 B 0 3F 5D 28 13 57 20
Octal 231 70 13 0 77 135 50 23 127 40
Binary 10011001 111000 1011 0 111111 1011101 101000 10011 1010111 100000

Color Harmonies of #99380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99380B

Black with #99380B

Text Example


Text Example

White with #99380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,56,11); }

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

background-color css

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

 a { background-color: rgb(153,56,11); }

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

border-color css

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

 span { border-color: rgb(153,56,11); }

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