Html Css Color HEX #855026 Korma

📋 copy color: '#855026'

red 133 ◦ green 80 ◦ blue 38

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

Shades of Korma #855026

Tints of Korma #855026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.14%

R = 52.99%
G = 31.87%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#855026 (or 0x855026) is known color: Korma. HEX triplet: 85, 50 and 26. RGB value is (133,80,38). Sum of RGB (Red+Green+Blue) = 133+80+38=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855026 is #7AAFD9. Grayscale: #5B5B5B. Windows color (decimal): -8040410 or 2510981. OLE color: 2510981.

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

Color convert

RGB 133 80 38 -
CMYK 0 0.40 0.71 0.48
HSL 26.53º 0.56% 0.34% -
HSV(B) 26.53º 0.71% 0.52% -
XYZ 12.89 10.86 3.25 -
YUV 91.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 133 80 38 0 0.40 0.71 0.48 26.53 0.56 0.34
Hex 85 50 26 0 28 47 30 1B 38 22
Octal 205 120 46 0 50 107 60 33 70 42
Binary 10000101 1010000 100110 0 101000 1000111 110000 11011 111000 100010

Color Harmonies of #855026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855026

Black with #855026

Text Example


Text Example

White with #855026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855026; }

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

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

background-color css

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

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

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

border-color css

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

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

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