Html Css Color HEX #836002 Golden Brown

📋 copy color: '#836002'

red 131 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #836002

Tints of Golden Brown #836002

RGB

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

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

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

R = 57.21%
G = 41.92%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#836002 (or 0x836002) is known color: Golden Brown. HEX triplet: 83, 60 and 02. RGB value is (131,96,2). Sum of RGB (Red+Green+Blue) = 131+96+2=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #836002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836002 is #7C9FFD. Grayscale: #606060. Windows color (decimal): -8167422 or 155779. OLE color: 155779.

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

Color convert

RGB 131 96 2 -
CMYK 0 0.27 0.98 0.49
HSL 43.72º 0.97% 0.26% -
HSV(B) 43.72º 0.98% 0.51% -
XYZ 13.55 13.2 1.89 -
YUV 95.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 131 96 2 0 0.27 0.98 0.49 43.72 0.97 0.26
Hex 83 60 2 0 1B 62 31 2C 61 1A
Octal 203 140 2 0 33 142 61 54 141 32
Binary 10000011 1100000 10 0 11011 1100010 110001 101100 1100001 11010

Color Harmonies of #836002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836002

Black with #836002

Text Example


Text Example

White with #836002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836002; }

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

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

background-color css

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

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

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

border-color css

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

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

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