Html Css Color HEX #855225 Korma

📋 copy color: '#855225'

red 133 ◦ green 82 ◦ blue 37

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

Shades of Korma #855225

Tints of Korma #855225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 52.78%
G = 32.54%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855225 (or 0x855225) is known color: Korma. HEX triplet: 85, 52 and 25. RGB value is (133,82,37). Sum of RGB (Red+Green+Blue) = 133+82+37=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855225 is #7AADDA. Grayscale: #5C5C5C. Windows color (decimal): -8039899 or 2445957. OLE color: 2445957.

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

Color convert

RGB 133 82 37 -
CMYK 0 0.38 0.72 0.48
HSL 28.13º 0.56% 0.33% -
HSV(B) 28.13º 0.72% 0.52% -
XYZ 13.02 11.15 3.22 -
YUV 92.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 133 82 37 0 0.38 0.72 0.48 28.13 0.56 0.33
Hex 85 52 25 0 26 48 30 1C 38 21
Octal 205 122 45 0 46 110 60 34 70 41
Binary 10000101 1010010 100101 0 100110 1001000 110000 11100 111000 100001

Color Harmonies of #855225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855225

Black with #855225

Text Example


Text Example

White with #855225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855225; }

 p { color: rgb(133,82,37); }

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

background-color css

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

 a { background-color: rgb(133,82,37); }

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

border-color css

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

 span { border-color: rgb(133,82,37); }

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