Html Css Color HEX #855436 Cigar

📋 copy color: '#855436'

red 133 ◦ green 84 ◦ blue 54

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

Shades of Cigar #855436

Tints of Cigar #855436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 49.08%
G = 31%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855436 (or 0x855436) is known color: Cigar. HEX triplet: 85, 54 and 36. RGB value is (133,84,54). Sum of RGB (Red+Green+Blue) = 133+84+54=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855436 is #7AABC9. Grayscale: #5F5F5F. Windows color (decimal): -8039370 or 3560581. OLE color: 3560581.

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

Color convert

RGB 133 84 54 -
CMYK 0 0.37 0.59 0.48
HSL 22.78º 0.42% 0.37% -
HSV(B) 22.78º 0.59% 0.52% -
XYZ 13.51 11.59 5.02 -
YUV 95.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 133 84 54 0 0.37 0.59 0.48 22.78 0.42 0.37
Hex 85 54 36 0 25 3B 30 17 2A 25
Octal 205 124 66 0 45 73 60 27 52 45
Binary 10000101 1010100 110110 0 100101 111011 110000 10111 101010 100101

Color Harmonies of #855436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855436

Black with #855436

Text Example


Text Example

White with #855436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855436; }

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

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

background-color css

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

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

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

border-color css

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

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

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