Html Css Color HEX #85502D Korma

📋 copy color: '#85502D'

red 133 ◦ green 80 ◦ blue 45

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

Shades of Korma #85502D

Tints of Korma #85502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 51.55%
G = 31.01%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85502D (or 0x85502D) is known color: Korma. HEX triplet: 85, 50 and 2D. RGB value is (133,80,45). Sum of RGB (Red+Green+Blue) = 133+80+45=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502D is #7AAFD2. Grayscale: #5C5C5C. Windows color (decimal): -8040403 or 2969733. OLE color: 2969733.

HSL color Cylindrical-coordinate representation of color #85502D: hue angle of 23.86º 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 #85502D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 45 -
CMYK 0 0.40 0.66 0.48
HSL 23.86º 0.49% 0.35% -
HSV(B) 23.86º 0.66% 0.52% -
XYZ 13.02 10.91 3.9 -
YUV 91.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 133 80 45 0 0.40 0.66 0.48 23.86 0.49 0.35
Hex 85 50 2D 0 28 42 30 18 31 23
Octal 205 120 55 0 50 102 60 30 61 43
Binary 10000101 1010000 101101 0 101000 1000010 110000 11000 110001 100011

Color Harmonies of #85502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85502D

Black with #85502D

Text Example


Text Example

White with #85502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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