Html Css Color HEX #855032 Korma

📋 copy color: '#855032'

red 133 ◦ green 80 ◦ blue 50

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

Shades of Korma #855032

Tints of Korma #855032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 50.57%
G = 30.42%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855032 (or 0x855032) is known color: Korma. HEX triplet: 85, 50 and 32. RGB value is (133,80,50). Sum of RGB (Red+Green+Blue) = 133+80+50=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855032 is #7AAFCD. Grayscale: #5C5C5C. Windows color (decimal): -8040398 or 3297413. OLE color: 3297413.

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

Color convert

RGB 133 80 50 -
CMYK 0 0.40 0.62 0.48
HSL 21.69º 0.45% 0.36% -
HSV(B) 21.69º 0.62% 0.52% -
XYZ 13.12 10.95 4.44 -
YUV 92.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 133 80 50 0 0.40 0.62 0.48 21.69 0.45 0.36
Hex 85 50 32 0 28 3E 30 16 2D 24
Octal 205 120 62 0 50 76 60 26 55 44
Binary 10000101 1010000 110010 0 101000 111110 110000 10110 101101 100100

Color Harmonies of #855032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855032

Black with #855032

Text Example


Text Example

White with #855032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855032; }

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

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

background-color css

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

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

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

border-color css

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

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

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