Html Css Color HEX #99735B Beaver

📋 copy color: '#99735B'

red 153 ◦ green 115 ◦ blue 91

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

Shades of Beaver #99735B

Tints of Beaver #99735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 42.62%
G = 32.03%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99735B (or 0x99735B) is known color: Beaver. HEX triplet: 99, 73 and 5B. RGB value is (153,115,91). Sum of RGB (Red+Green+Blue) = 153+115+91=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99735B is #668CA4. Grayscale: #7B7B7B. Windows color (decimal): -6720677 or 5993369. OLE color: 5993369.

HSL color Cylindrical-coordinate representation of color #99735B: hue angle of 23.23º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99735B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 91 -
CMYK 0 0.25 0.41 0.4
HSL 23.23º 0.25% 0.48% -
HSV(B) 23.23º 0.41% 0.6% -
XYZ 21.16 19.79 12.6 -
YUV 123.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 153 115 91 0 0.25 0.41 0.4 23.23 0.25 0.48
Hex 99 73 5B 0 19 29 28 17 19 30
Octal 231 163 133 0 31 51 50 27 31 60
Binary 10011001 1110011 1011011 0 11001 101001 101000 10111 11001 110000

Color Harmonies of #99735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99735B

Black with #99735B

Text Example


Text Example

White with #99735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,115,91); }

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

background-color css

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

 a { background-color: rgb(153,115,91); }

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

border-color css

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

 span { border-color: rgb(153,115,91); }

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