Html Css Color HEX #855222 Korma

📋 copy color: '#855222'

red 133 ◦ green 82 ◦ blue 34

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

Shades of Korma #855222

Tints of Korma #855222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 53.41%
G = 32.93%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855222 (or 0x855222) is known color: Korma. HEX triplet: 85, 52 and 22. RGB value is (133,82,34). Sum of RGB (Red+Green+Blue) = 133+82+34=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #855222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855222 is #7AADDD. Grayscale: #5C5C5C. Windows color (decimal): -8039902 or 2249349. OLE color: 2249349.

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

Color convert

RGB 133 82 34 -
CMYK 0 0.38 0.74 0.48
HSL 29.09º 0.59% 0.33% -
HSV(B) 29.09º 0.74% 0.52% -
XYZ 12.98 11.14 2.98 -
YUV 91.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 133 82 34 0 0.38 0.74 0.48 29.09 0.59 0.33
Hex 85 52 22 0 26 4A 30 1D 3B 21
Octal 205 122 42 0 46 112 60 35 73 41
Binary 10000101 1010010 100010 0 100110 1001010 110000 11101 111011 100001

Color Harmonies of #855222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855222

Black with #855222

Text Example


Text Example

White with #855222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855222; }

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

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

background-color css

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

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

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

border-color css

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

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

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