Html Css Color HEX #835034 Cigar

📋 copy color: '#835034'

red 131 ◦ green 80 ◦ blue 52

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

Shades of Cigar #835034

Tints of Cigar #835034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 49.81%
G = 30.42%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#835034 (or 0x835034) is known color: Cigar. HEX triplet: 83, 50 and 34. RGB value is (131,80,52). Sum of RGB (Red+Green+Blue) = 131+80+52=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #835034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835034 is #7CAFCB. Grayscale: #5C5C5C. Windows color (decimal): -8171468 or 3428483. OLE color: 3428483.

HSL color Cylindrical-coordinate representation of color #835034: hue angle of 21.27º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835034 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 52 -
CMYK 0 0.39 0.60 0.49
HSL 21.27º 0.43% 0.36% -
HSV(B) 21.27º 0.6% 0.51% -
XYZ 12.85 10.81 4.66 -
YUV 92.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 131 80 52 0 0.39 0.60 0.49 21.27 0.43 0.36
Hex 83 50 34 0 27 3C 31 15 2B 24
Octal 203 120 64 0 47 74 61 25 53 44
Binary 10000011 1010000 110100 0 100111 111100 110001 10101 101011 100100

Color Harmonies of #835034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835034

Black with #835034

Text Example


Text Example

White with #835034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835034; }

 p { color: rgb(131,80,52); }

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

background-color css

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

 a { background-color: rgb(131,80,52); }

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

border-color css

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

 span { border-color: rgb(131,80,52); }

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