Html Css Color HEX #995308 Golden Brown

📋 copy color: '#995308'

red 153 ◦ green 83 ◦ blue 8

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

Shades of Golden Brown #995308

Tints of Golden Brown #995308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.28%

R = 62.7%
G = 34.02%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995308 (or 0x995308) is known color: Golden Brown. HEX triplet: 99, 53 and 08. RGB value is (153,83,8). Sum of RGB (Red+Green+Blue) = 153+83+8=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995308 is #66ACF7. Grayscale: #5F5F5F. Windows color (decimal): -6728952 or 545689. OLE color: 545689.

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

Color convert

RGB 153 83 8 -
CMYK 0 0.46 0.95 0.4
HSL 31.03º 0.9% 0.32% -
HSV(B) 31.03º 0.95% 0.6% -
XYZ 16.27 12.98 1.88 -
YUV 95.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 153 83 8 0 0.46 0.95 0.4 31.03 0.9 0.32
Hex 99 53 8 0 2E 5F 28 1F 5A 20
Octal 231 123 10 0 56 137 50 37 132 40
Binary 10011001 1010011 1000 0 101110 1011111 101000 11111 1011010 100000

Color Harmonies of #995308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995308

Black with #995308

Text Example


Text Example

White with #995308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995308; }

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

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

background-color css

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

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

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

border-color css

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

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

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