Html Css Color HEX #835E00 Golden Brown

📋 copy color: '#835E00'

red 131 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #835E00

Tints of Golden Brown #835E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.22%
G = 41.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835E00 (or 0x835E00) is known color: Golden Brown. HEX triplet: 83, 5E and 00. RGB value is (131,94,0). Sum of RGB (Red+Green+Blue) = 131+94+0=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #835E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835E00 is #7CA1FF. Grayscale: #5E5E5E. Windows color (decimal): -8167936 or 24195. OLE color: 24195.

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

Color convert

RGB 131 94 0 -
CMYK 0 0.28 1 0.49
HSL 43.05º 1% 0.26% -
HSV(B) 43.05º 1% 0.51% -
XYZ 13.36 12.83 1.77 -
YUV 94.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 131 94 0 0 0.28 1 0.49 43.05 1 0.26
Hex 83 5E 0 0 1C 64 31 2B 64 1A
Octal 203 136 0 0 34 144 61 53 144 32
Binary 10000011 1011110 0 0 11100 1100100 110001 101011 1100100 11010

Color Harmonies of #835E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E00

Black with #835E00

Text Example


Text Example

White with #835E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,94,0); }

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

background-color css

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

 a { background-color: rgb(131,94,0); }

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

border-color css

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

 span { border-color: rgb(131,94,0); }

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