Html Css Color HEX #835B58 Light Wood

📋 copy color: '#835B58'

red 131 ◦ green 91 ◦ blue 88

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

Shades of Light Wood #835B58

Tints of Light Wood #835B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 42.26%
G = 29.35%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#835B58 (or 0x835B58) is known color: Light Wood. HEX triplet: 83, 5B and 58. RGB value is (131,91,88). Sum of RGB (Red+Green+Blue) = 131+91+88=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B58 is #7CA4A7. Grayscale: #666666. Windows color (decimal): -8168616 or 5790595. OLE color: 5790595.

HSL color Cylindrical-coordinate representation of color #835B58: hue angle of 4.19º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835B58 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 88 -
CMYK 0 0.31 0.33 0.49
HSL 4.19º 0.2% 0.43% -
HSV(B) 4.19º 0.33% 0.51% -
XYZ 14.86 13.01 10.96 -
YUV 102.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 131 91 88 0 0.31 0.33 0.49 4.19 0.2 0.43
Hex 83 5B 58 0 1F 21 31 4 14 2B
Octal 203 133 130 0 37 41 61 4 24 53
Binary 10000011 1011011 1011000 0 11111 100001 110001 100 10100 101011

Color Harmonies of #835B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B58

Black with #835B58

Text Example


Text Example

White with #835B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,88); }

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

background-color css

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

 a { background-color: rgb(131,91,88); }

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

border-color css

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

 span { border-color: rgb(131,91,88); }

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