Html Css Color HEX #855534 Korma

📋 copy color: '#855534'

red 133 ◦ green 85 ◦ blue 52

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

Shades of Korma #855534

Tints of Korma #855534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 49.26%
G = 31.48%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#855534 (or 0x855534) is known color: Korma. HEX triplet: 85, 55 and 34. RGB value is (133,85,52). Sum of RGB (Red+Green+Blue) = 133+85+52=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855534 is #7AAACB. Grayscale: #5F5F5F. Windows color (decimal): -8039116 or 3429765. OLE color: 3429765.

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

Color convert

RGB 133 85 52 -
CMYK 0 0.36 0.61 0.48
HSL 24.44º 0.44% 0.36% -
HSV(B) 24.44º 0.61% 0.52% -
XYZ 13.54 11.73 4.8 -
YUV 95.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 133 85 52 0 0.36 0.61 0.48 24.44 0.44 0.36
Hex 85 55 34 0 24 3D 30 18 2C 24
Octal 205 125 64 0 44 75 60 30 54 44
Binary 10000101 1010101 110100 0 100100 111101 110000 11000 101100 100100

Color Harmonies of #855534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855534

Black with #855534

Text Example


Text Example

White with #855534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855534; }

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

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

background-color css

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

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

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

border-color css

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

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

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