Html Css Color HEX #855535 Korma

📋 copy color: '#855535'

red 133 ◦ green 85 ◦ blue 53

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

Shades of Korma #855535

Tints of Korma #855535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 49.08%
G = 31.37%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#855535 (or 0x855535) is known color: Korma. HEX triplet: 85, 55 and 35. RGB value is (133,85,53). Sum of RGB (Red+Green+Blue) = 133+85+53=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855535 is #7AAACA. Grayscale: #5F5F5F. Windows color (decimal): -8039115 or 3495301. OLE color: 3495301.

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

Color convert

RGB 133 85 53 -
CMYK 0 0.36 0.60 0.48
HSL 24º 0.43% 0.36% -
HSV(B) 24º 0.6% 0.52% -
XYZ 13.56 11.74 4.92 -
YUV 95.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 133 85 53 0 0.36 0.60 0.48 24 0.43 0.36
Hex 85 55 35 0 24 3C 30 18 2B 24
Octal 205 125 65 0 44 74 60 30 53 44
Binary 10000101 1010101 110101 0 100100 111100 110000 11000 101011 100100

Color Harmonies of #855535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855535

Black with #855535

Text Example


Text Example

White with #855535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855535; }

 p { color: rgb(133,85,53); }

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

background-color css

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

 a { background-color: rgb(133,85,53); }

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

border-color css

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

 span { border-color: rgb(133,85,53); }

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