Html Css Color HEX #855028 Korma

📋 copy color: '#855028'

red 133 ◦ green 80 ◦ blue 40

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

Shades of Korma #855028

Tints of Korma #855028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 52.57%
G = 31.62%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#855028 (or 0x855028) is known color: Korma. HEX triplet: 85, 50 and 28. RGB value is (133,80,40). Sum of RGB (Red+Green+Blue) = 133+80+40=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855028 is #7AAFD7. Grayscale: #5B5B5B. Windows color (decimal): -8040408 or 2642053. OLE color: 2642053.

HSL color Cylindrical-coordinate representation of color #855028: hue angle of 25.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #855028 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 40 -
CMYK 0 0.40 0.70 0.48
HSL 25.81º 0.54% 0.34% -
HSV(B) 25.81º 0.7% 0.52% -
XYZ 12.92 10.88 3.43 -
YUV 91.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 133 80 40 0 0.40 0.70 0.48 25.81 0.54 0.34
Hex 85 50 28 0 28 46 30 1A 36 22
Octal 205 120 50 0 50 106 60 32 66 42
Binary 10000101 1010000 101000 0 101000 1000110 110000 11010 110110 100010

Color Harmonies of #855028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855028

Black with #855028

Text Example


Text Example

White with #855028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855028; }

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

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

background-color css

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

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

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

border-color css

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

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

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