Html Css Color HEX #836302 Golden Brown

📋 copy color: '#836302'

red 131 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #836302

Tints of Golden Brown #836302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

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

R = 56.47%
G = 42.67%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#836302 (or 0x836302) is known color: Golden Brown. HEX triplet: 83, 63 and 02. RGB value is (131,99,2). Sum of RGB (Red+Green+Blue) = 131+99+2=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #836302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836302 is #7C9CFD. Grayscale: #616161. Windows color (decimal): -8166654 or 156547. OLE color: 156547.

HSL color Cylindrical-coordinate representation of color #836302: hue angle of 45.12º 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 #836302 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 2 -
CMYK 0 0.24 0.98 0.49
HSL 45.12º 0.97% 0.26% -
HSV(B) 45.12º 0.98% 0.51% -
XYZ 13.83 13.75 1.98 -
YUV 97.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 131 99 2 0 0.24 0.98 0.49 45.12 0.97 0.26
Hex 83 63 2 0 18 62 31 2D 61 1A
Octal 203 143 2 0 30 142 61 55 141 32
Binary 10000011 1100011 10 0 11000 1100010 110001 101101 1100001 11010

Color Harmonies of #836302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836302

Black with #836302

Text Example


Text Example

White with #836302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836302; }

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

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

background-color css

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

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

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

border-color css

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

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

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