Html Css Color HEX #836100 Golden Brown

📋 copy color: '#836100'

red 131 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #836100

Tints of Golden Brown #836100

RGB

 RED value IS 131 (51.56% from 255) = 57.46%

 GREEN value IS 97 (38.28% from 255) = 42.54%

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

R = 57.46%
G = 42.54%
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

#836100 (or 0x836100) is known color: Golden Brown. HEX triplet: 83, 61 and 00. RGB value is (131,97,0). Sum of RGB (Red+Green+Blue) = 131+97+0=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #836100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836100 is #7C9EFF. Grayscale: #606060. Windows color (decimal): -8167168 or 24963. OLE color: 24963.

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

Color convert

RGB 131 97 0 -
CMYK 0 0.26 1 0.49
HSL 44.43º 1% 0.26% -
HSV(B) 44.43º 1% 0.51% -
XYZ 13.63 13.37 1.86 -
YUV 96.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 131 97 0 0 0.26 1 0.49 44.43 1 0.26
Hex 83 61 0 0 1A 64 31 2C 64 1A
Octal 203 141 0 0 32 144 61 54 144 32
Binary 10000011 1100001 0 0 11010 1100100 110001 101100 1100100 11010

Color Harmonies of #836100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836100

Black with #836100

Text Example


Text Example

White with #836100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836100; }

 p { color: rgb(131,97,0); }

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

background-color css

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

 a { background-color: rgb(131,97,0); }

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

border-color css

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

 span { border-color: rgb(131,97,0); }

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