Html Css Color HEX #855327 Korma

📋 copy color: '#855327'

red 133 ◦ green 83 ◦ blue 39

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

Shades of Korma #855327

Tints of Korma #855327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 52.16%
G = 32.55%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#855327 (or 0x855327) is known color: Korma. HEX triplet: 85, 53 and 27. RGB value is (133,83,39). Sum of RGB (Red+Green+Blue) = 133+83+39=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855327 is #7AACD8. Grayscale: #5D5D5D. Windows color (decimal): -8039641 or 2577285. OLE color: 2577285.

HSL color Cylindrical-coordinate representation of color #855327: hue angle of 28.09º degrees, saturation: 0.55, 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 #855327 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 39 -
CMYK 0 0.38 0.71 0.48
HSL 28.09º 0.55% 0.34% -
HSV(B) 28.09º 0.71% 0.52% -
XYZ 13.13 11.32 3.41 -
YUV 92.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 133 83 39 0 0.38 0.71 0.48 28.09 0.55 0.34
Hex 85 53 27 0 26 47 30 1C 37 22
Octal 205 123 47 0 46 107 60 34 67 42
Binary 10000101 1010011 100111 0 100110 1000111 110000 11100 110111 100010

Color Harmonies of #855327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855327

Black with #855327

Text Example


Text Example

White with #855327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855327; }

 p { color: rgb(133,83,39); }

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

background-color css

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

 a { background-color: rgb(133,83,39); }

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

border-color css

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

 span { border-color: rgb(133,83,39); }

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