Html Css Color HEX #835F02 Golden Brown

📋 copy color: '#835F02'

red 131 ◦ green 95 ◦ blue 2

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

Shades of Golden Brown #835F02

Tints of Golden Brown #835F02

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 57.46%
G = 41.67%
B = 0.88%

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

#835F02 (or 0x835F02) is known color: Golden Brown. HEX triplet: 83, 5F and 02. RGB value is (131,95,2). Sum of RGB (Red+Green+Blue) = 131+95+2=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #835F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835F02 is #7CA0FD. Grayscale: #5F5F5F. Windows color (decimal): -8167678 or 155523. OLE color: 155523.

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

Color convert

RGB 131 95 2 -
CMYK 0 0.27 0.98 0.49
HSL 43.26º 0.97% 0.26% -
HSV(B) 43.26º 0.98% 0.51% -
XYZ 13.46 13.01 1.86 -
YUV 95.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 131 95 2 0 0.27 0.98 0.49 43.26 0.97 0.26
Hex 83 5F 2 0 1B 62 31 2B 61 1A
Octal 203 137 2 0 33 142 61 53 141 32
Binary 10000011 1011111 10 0 11011 1100010 110001 101011 1100001 11010

Color Harmonies of #835F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F02

Black with #835F02

Text Example


Text Example

White with #835F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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