Html Css Color HEX #85523A Cigar

📋 copy color: '#85523A'

red 133 ◦ green 82 ◦ blue 58

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

Shades of Cigar #85523A

Tints of Cigar #85523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 48.72%
G = 30.04%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85523A (or 0x85523A) is known color: Cigar. HEX triplet: 85, 52 and 3A. RGB value is (133,82,58). Sum of RGB (Red+Green+Blue) = 133+82+58=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85523A is #7AADC5. Grayscale: #5E5E5E. Windows color (decimal): -8039878 or 3822213. OLE color: 3822213.

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

Color convert

RGB 133 82 58 -
CMYK 0 0.38 0.56 0.48
HSL 19.2º 0.39% 0.37% -
HSV(B) 19.2º 0.56% 0.52% -
XYZ 13.45 11.33 5.48 -
YUV 94.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 133 82 58 0 0.38 0.56 0.48 19.2 0.39 0.37
Hex 85 52 3A 0 26 38 30 13 27 25
Octal 205 122 72 0 46 70 60 23 47 45
Binary 10000101 1010010 111010 0 100110 111000 110000 10011 100111 100101

Color Harmonies of #85523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85523A

Black with #85523A

Text Example


Text Example

White with #85523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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