#834F38

Color #834F38 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #834F38

Tints of Cigar #834F38

Color information

#834F38 (or 0x834F38) is unknown color: approx Cigar. HEX triplet: 83, 4F and 38. RGB value is (131,79,56). Sum of RGB (Red+Green+Blue) = 131+79+56=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #834F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F38 is #7CB0C7. Grayscale: #5C5C5C. Windows color (decimal): -8171720 or 3690371. OLE color: 3690371.

HSL color Cylindrical-coordinate representation of color #834F38: hue angle of 18.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834F38 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1317956-
CMYK00.400.570.49
HSL18.4º40.11%36.67%-
HSV(B)18.4º57.25%51.37%-
XYZ12.8710.75.13-
YUV91.93107.73155.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=49.25%
G=29.70%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131795600.400.570.4918.440.1136.67
Hex834F380283931122825
Octal203117700507161225045
Binary100000111001111111000010100011100111000110010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F38; }

 p { color: rgb(131,79,56); }

 H1.HeaderClassName
 {
   color: #834F38;
 }
 .AnyTagClassName
 {
   color: #834F38;
 }
</style>
background-color css

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

 a { background-color: rgb(131,79,56); }

 div.DivClassName
 {
   background-color: #834F38;
 }
 .BgClassName
 {
   background-color: #834F38;
 }
</style>
border-color css

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

 span { border-color: rgb(131,79,56); }

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