Html Css Color HEX #855030 Korma

📋 copy color: '#855030'

red 133 ◦ green 80 ◦ blue 48

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

Shades of Korma #855030

Tints of Korma #855030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 50.96%
G = 30.65%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855030 (or 0x855030) is known color: Korma. HEX triplet: 85, 50 and 30. RGB value is (133,80,48). Sum of RGB (Red+Green+Blue) = 133+80+48=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #855030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855030 is #7AAFCF. Grayscale: #5C5C5C. Windows color (decimal): -8040400 or 3166341. OLE color: 3166341.

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

Color convert

RGB 133 80 48 -
CMYK 0 0.40 0.64 0.48
HSL 22.59º 0.47% 0.35% -
HSV(B) 22.59º 0.64% 0.52% -
XYZ 13.08 10.94 4.22 -
YUV 92.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 133 80 48 0 0.40 0.64 0.48 22.59 0.47 0.35
Hex 85 50 30 0 28 40 30 17 2F 23
Octal 205 120 60 0 50 100 60 27 57 43
Binary 10000101 1010000 110000 0 101000 1000000 110000 10111 101111 100011

Color Harmonies of #855030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855030

Black with #855030

Text Example


Text Example

White with #855030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855030; }

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

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

background-color css

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

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

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

border-color css

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

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

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