Html Css Color HEX #855435 Cigar

📋 copy color: '#855435'

red 133 ◦ green 84 ◦ blue 53

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

Shades of Cigar #855435

Tints of Cigar #855435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 49.26%
G = 31.11%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#855435 (or 0x855435) is known color: Cigar. HEX triplet: 85, 54 and 35. RGB value is (133,84,53). Sum of RGB (Red+Green+Blue) = 133+84+53=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855435 is #7AABCA. Grayscale: #5F5F5F. Windows color (decimal): -8039371 or 3495045. OLE color: 3495045.

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

Color convert

RGB 133 84 53 -
CMYK 0 0.37 0.60 0.48
HSL 23.25º 0.43% 0.36% -
HSV(B) 23.25º 0.6% 0.52% -
XYZ 13.49 11.58 4.89 -
YUV 95.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 133 84 53 0 0.37 0.60 0.48 23.25 0.43 0.36
Hex 85 54 35 0 25 3C 30 17 2B 24
Octal 205 124 65 0 45 74 60 27 53 44
Binary 10000101 1010100 110101 0 100101 111100 110000 10111 101011 100100

Color Harmonies of #855435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855435

Black with #855435

Text Example


Text Example

White with #855435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855435; }

 p { color: rgb(133,84,53); }

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

background-color css

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

 a { background-color: rgb(133,84,53); }

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

border-color css

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

 span { border-color: rgb(133,84,53); }

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