Html Css Color HEX #855231 Korma

📋 copy color: '#855231'

red 133 ◦ green 82 ◦ blue 49

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

Shades of Korma #855231

Tints of Korma #855231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 50.38%
G = 31.06%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#855231 (or 0x855231) is known color: Korma. HEX triplet: 85, 52 and 31. RGB value is (133,82,49). Sum of RGB (Red+Green+Blue) = 133+82+49=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #855231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855231 is #7AADCE. Grayscale: #5D5D5D. Windows color (decimal): -8039887 or 3232389. OLE color: 3232389.

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

Color convert

RGB 133 82 49 -
CMYK 0 0.38 0.63 0.48
HSL 23.57º 0.46% 0.36% -
HSV(B) 23.57º 0.63% 0.52% -
XYZ 13.24 11.24 4.38 -
YUV 93.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 133 82 49 0 0.38 0.63 0.48 23.57 0.46 0.36
Hex 85 52 31 0 26 3F 30 18 2E 24
Octal 205 122 61 0 46 77 60 30 56 44
Binary 10000101 1010010 110001 0 100110 111111 110000 11000 101110 100100

Color Harmonies of #855231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855231

Black with #855231

Text Example


Text Example

White with #855231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855231; }

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

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

background-color css

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

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

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

border-color css

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

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

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