Html Css Color HEX #855238 Cigar

📋 copy color: '#855238'

red 133 ◦ green 82 ◦ blue 56

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

Shades of Cigar #855238

Tints of Cigar #855238

RGB

 RED value IS 133 (52.34% from 255) = 49.08%

 GREEN value IS 82 (32.42% from 255) = 30.26%

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

R = 49.08%
G = 30.26%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#855238 (or 0x855238) is known color: Cigar. HEX triplet: 85, 52 and 38. RGB value is (133,82,56). Sum of RGB (Red+Green+Blue) = 133+82+56=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855238 is #7AADC7. Grayscale: #5E5E5E. Windows color (decimal): -8039880 or 3691141. OLE color: 3691141.

HSL color Cylindrical-coordinate representation of color #855238: hue angle of 20.26º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855238 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 56 -
CMYK 0 0.38 0.58 0.48
HSL 20.26º 0.41% 0.37% -
HSV(B) 20.26º 0.58% 0.52% -
XYZ 13.4 11.31 5.22 -
YUV 94.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 133 82 56 0 0.38 0.58 0.48 20.26 0.41 0.37
Hex 85 52 38 0 26 3A 30 14 29 25
Octal 205 122 70 0 46 72 60 24 51 45
Binary 10000101 1010010 111000 0 100110 111010 110000 10100 101001 100101

Color Harmonies of #855238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855238

Black with #855238

Text Example


Text Example

White with #855238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855238; }

 p { color: rgb(133,82,56); }

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

background-color css

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

 a { background-color: rgb(133,82,56); }

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

border-color css

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

 span { border-color: rgb(133,82,56); }

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