Html Css Color HEX #836201 Golden Brown

📋 copy color: '#836201'

red 131 ◦ green 98 ◦ blue 1

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

Shades of Golden Brown #836201

Tints of Golden Brown #836201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 56.96%
G = 42.61%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#836201 (or 0x836201) is known color: Golden Brown. HEX triplet: 83, 62 and 01. RGB value is (131,98,1). Sum of RGB (Red+Green+Blue) = 131+98+1=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #836201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836201 is #7C9DFE. Grayscale: #616161. Windows color (decimal): -8166911 or 90755. OLE color: 90755.

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

Color convert

RGB 131 98 1 -
CMYK 0 0.25 0.99 0.49
HSL 44.77º 0.98% 0.26% -
HSV(B) 44.77º 0.99% 0.51% -
XYZ 13.73 13.56 1.92 -
YUV 96.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 131 98 1 0 0.25 0.99 0.49 44.77 0.98 0.26
Hex 83 62 1 0 19 63 31 2D 62 1A
Octal 203 142 1 0 31 143 61 55 142 32
Binary 10000011 1100010 1 0 11001 1100011 110001 101101 1100010 11010

Color Harmonies of #836201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836201

Black with #836201

Text Example


Text Example

White with #836201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836201; }

 p { color: rgb(131,98,1); }

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

background-color css

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

 a { background-color: rgb(131,98,1); }

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

border-color css

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

 span { border-color: rgb(131,98,1); }

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