Html Css Color HEX #834F38 Cigar

📋 copy color: '#834F38'

red 131 ◦ green 79 ◦ blue 56

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

Shades of Cigar #834F38

Tints of Cigar #834F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 49.25%
G = 29.7%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#834F38 (or 0x834F38) is known color: 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

RGB 131 79 56 -
CMYK 0 0.40 0.57 0.49
HSL 18.4º 0.4% 0.37% -
HSV(B) 18.4º 0.57% 0.51% -
XYZ 12.87 10.7 5.13 -
YUV 91.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 131 79 56 0 0.40 0.57 0.49 18.4 0.4 0.37
Hex 83 4F 38 0 28 39 31 12 28 25
Octal 203 117 70 0 50 71 61 22 50 45
Binary 10000011 1001111 111000 0 101000 111001 110001 10010 101000 100101

Color Harmonies of #834F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F38

Black with #834F38

Text Example


Text Example

White with #834F38

Text Example


Text Example

HTML Codes & Css Web 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>