Html Css Color HEX #85552D Korma

📋 copy color: '#85552D'

red 133 ◦ green 85 ◦ blue 45

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

Shades of Korma #85552D

Tints of Korma #85552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 50.57%
G = 32.32%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85552D (or 0x85552D) is known color: Korma. HEX triplet: 85, 55 and 2D. RGB value is (133,85,45). Sum of RGB (Red+Green+Blue) = 133+85+45=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85552D is #7AAAD2. Grayscale: #5F5F5F. Windows color (decimal): -8039123 or 2971013. OLE color: 2971013.

HSL color Cylindrical-coordinate representation of color #85552D: hue angle of 27.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85552D is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 45 -
CMYK 0 0.36 0.66 0.48
HSL 27.27º 0.49% 0.35% -
HSV(B) 27.27º 0.66% 0.52% -
XYZ 13.4 11.67 4.03 -
YUV 94.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 133 85 45 0 0.36 0.66 0.48 27.27 0.49 0.35
Hex 85 55 2D 0 24 42 30 1B 31 23
Octal 205 125 55 0 44 102 60 33 61 43
Binary 10000101 1010101 101101 0 100100 1000010 110000 11011 110001 100011

Color Harmonies of #85552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85552D

Black with #85552D

Text Example


Text Example

White with #85552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85552D; }

 p { color: rgb(133,85,45); }

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

background-color css

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

 a { background-color: rgb(133,85,45); }

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

border-color css

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

 span { border-color: rgb(133,85,45); }

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