Html Css Color HEX #85502F Korma

📋 copy color: '#85502F'

red 133 ◦ green 80 ◦ blue 47

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

Shades of Korma #85502F

Tints of Korma #85502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 51.15%
G = 30.77%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85502F (or 0x85502F) is known color: Korma. HEX triplet: 85, 50 and 2F. RGB value is (133,80,47). Sum of RGB (Red+Green+Blue) = 133+80+47=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502F is #7AAFD0. Grayscale: #5C5C5C. Windows color (decimal): -8040401 or 3100805. OLE color: 3100805.

HSL color Cylindrical-coordinate representation of color #85502F: hue angle of 23.02º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85502F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 47 -
CMYK 0 0.40 0.65 0.48
HSL 23.02º 0.48% 0.35% -
HSV(B) 23.02º 0.65% 0.52% -
XYZ 13.05 10.93 4.11 -
YUV 92.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 133 80 47 0 0.40 0.65 0.48 23.02 0.48 0.35
Hex 85 50 2F 0 28 41 30 17 30 23
Octal 205 120 57 0 50 101 60 27 60 43
Binary 10000101 1010000 101111 0 101000 1000001 110000 10111 110000 100011

Color Harmonies of #85502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85502F

Black with #85502F

Text Example


Text Example

White with #85502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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