Html Css Color HEX #855333 Korma

📋 copy color: '#855333'

red 133 ◦ green 83 ◦ blue 51

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

Shades of Korma #855333

Tints of Korma #855333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 49.81%
G = 31.09%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855333 (or 0x855333) is known color: Korma. HEX triplet: 85, 53 and 33. RGB value is (133,83,51). Sum of RGB (Red+Green+Blue) = 133+83+51=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855333 is #7AACCC. Grayscale: #5E5E5E. Windows color (decimal): -8039629 or 3363717. OLE color: 3363717.

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

Color convert

RGB 133 83 51 -
CMYK 0 0.38 0.62 0.48
HSL 23.41º 0.45% 0.36% -
HSV(B) 23.41º 0.62% 0.52% -
XYZ 13.36 11.41 4.63 -
YUV 94.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 133 83 51 0 0.38 0.62 0.48 23.41 0.45 0.36
Hex 85 53 33 0 26 3E 30 17 2D 24
Octal 205 123 63 0 46 76 60 27 55 44
Binary 10000101 1010011 110011 0 100110 111110 110000 10111 101101 100100

Color Harmonies of #855333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855333

Black with #855333

Text Example


Text Example

White with #855333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855333; }

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

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

background-color css

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

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

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

border-color css

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

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

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