Html Css Color HEX #835E05 Golden Brown

📋 copy color: '#835E05'

red 131 ◦ green 94 ◦ blue 5

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

Shades of Golden Brown #835E05

Tints of Golden Brown #835E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 56.96%
G = 40.87%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#835E05 (or 0x835E05) is known color: Golden Brown. HEX triplet: 83, 5E and 05. RGB value is (131,94,5). Sum of RGB (Red+Green+Blue) = 131+94+5=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #835E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835E05 is #7CA1FA. Grayscale: #5F5F5F. Windows color (decimal): -8167931 or 351875. OLE color: 351875.

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

Color convert

RGB 131 94 5 -
CMYK 0 0.28 0.96 0.49
HSL 42.38º 0.93% 0.27% -
HSV(B) 42.38º 0.96% 0.51% -
XYZ 13.39 12.84 1.92 -
YUV 94.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 131 94 5 0 0.28 0.96 0.49 42.38 0.93 0.27
Hex 83 5E 5 0 1C 60 31 2A 5D 1B
Octal 203 136 5 0 34 140 61 52 135 33
Binary 10000011 1011110 101 0 11100 1100000 110001 101010 1011101 11011

Color Harmonies of #835E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E05

Black with #835E05

Text Example


Text Example

White with #835E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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