Html Css Color HEX #816000 Golden Brown

📋 copy color: '#816000'

red 129 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #816000

Tints of Golden Brown #816000

RGB

 RED value IS 129 (50.78% from 255) = 57.33%

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.33%
G = 42.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#816000 (or 0x816000) is known color: Golden Brown. HEX triplet: 81, 60 and 00. RGB value is (129,96,0). Sum of RGB (Red+Green+Blue) = 129+96+0=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #816000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816000 is #7E9FFF. Grayscale: #5F5F5F. Windows color (decimal): -8298496 or 24705. OLE color: 24705.

HSL color Cylindrical-coordinate representation of color #816000: hue angle of 44.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #816000 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 0 -
CMYK 0 0.26 1 0.49
HSL 44.65º 1% 0.25% -
HSV(B) 44.65º 1% 0.51% -
XYZ 13.24 13.03 1.82 -
YUV 94.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 129 96 0 0 0.26 1 0.49 44.65 1 0.25
Hex 81 60 0 0 1A 64 31 2D 64 19
Octal 201 140 0 0 32 144 61 55 144 31
Binary 10000001 1100000 0 0 11010 1100100 110001 101101 1100100 11001

Color Harmonies of #816000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816000

Black with #816000

Text Example


Text Example

White with #816000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816000; }

 p { color: rgb(129,96,0); }

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

background-color css

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

 a { background-color: rgb(129,96,0); }

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

border-color css

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

 span { border-color: rgb(129,96,0); }

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