Html Css Color HEX #855338 Cigar

📋 copy color: '#855338'

red 133 ◦ green 83 ◦ blue 56

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

Shades of Cigar #855338

Tints of Cigar #855338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 48.9%
G = 30.51%
B = 20.59%

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

#855338 (or 0x855338) is known color: Cigar. HEX triplet: 85, 53 and 38. RGB value is (133,83,56). Sum of RGB (Red+Green+Blue) = 133+83+56=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855338 is #7AACC7. Grayscale: #5F5F5F. Windows color (decimal): -8039624 or 3691397. OLE color: 3691397.

HSL color Cylindrical-coordinate representation of color #855338: hue angle of 21.04º 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 #855338 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 56 -
CMYK 0 0.38 0.58 0.48
HSL 21.04º 0.41% 0.37% -
HSV(B) 21.04º 0.58% 0.52% -
XYZ 13.48 11.46 5.24 -
YUV 94.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 133 83 56 0 0.38 0.58 0.48 21.04 0.41 0.37
Hex 85 53 38 0 26 3A 30 15 29 25
Octal 205 123 70 0 46 72 60 25 51 45
Binary 10000101 1010011 111000 0 100110 111010 110000 10101 101001 100101

Color Harmonies of #855338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855338

Black with #855338

Text Example


Text Example

White with #855338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855338; }

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

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

background-color css

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

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

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

border-color css

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

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

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