Html Css Color HEX #836202 Golden Brown

📋 copy color: '#836202'

red 131 ◦ green 98 ◦ blue 2

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

Shades of Golden Brown #836202

Tints of Golden Brown #836202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 56.71%
G = 42.42%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#836202 (or 0x836202) is known color: Golden Brown. HEX triplet: 83, 62 and 02. RGB value is (131,98,2). Sum of RGB (Red+Green+Blue) = 131+98+2=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #836202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836202 is #7C9DFD. Grayscale: #616161. Windows color (decimal): -8166910 or 156291. OLE color: 156291.

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

Color convert

RGB 131 98 2 -
CMYK 0 0.25 0.98 0.49
HSL 44.65º 0.97% 0.26% -
HSV(B) 44.65º 0.98% 0.51% -
XYZ 13.74 13.57 1.95 -
YUV 96.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 131 98 2 0 0.25 0.98 0.49 44.65 0.97 0.26
Hex 83 62 2 0 19 62 31 2D 61 1A
Octal 203 142 2 0 31 142 61 55 141 32
Binary 10000011 1100010 10 0 11001 1100010 110001 101101 1100001 11010

Color Harmonies of #836202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836202

Black with #836202

Text Example


Text Example

White with #836202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836202; }

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

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

background-color css

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

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

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

border-color css

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

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

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