Html Css Color HEX #855434 Korma

📋 copy color: '#855434'

red 133 ◦ green 84 ◦ blue 52

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

Shades of Korma #855434

Tints of Korma #855434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 49.44%
G = 31.23%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#855434 (or 0x855434) is known color: Korma. HEX triplet: 85, 54 and 34. RGB value is (133,84,52). Sum of RGB (Red+Green+Blue) = 133+84+52=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #855434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855434 is #7AABCB. Grayscale: #5F5F5F. Windows color (decimal): -8039372 or 3429509. OLE color: 3429509.

HSL color Cylindrical-coordinate representation of color #855434: hue angle of 23.7º 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 #855434 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 52 -
CMYK 0 0.37 0.61 0.48
HSL 23.7º 0.44% 0.36% -
HSV(B) 23.7º 0.61% 0.52% -
XYZ 13.46 11.58 4.77 -
YUV 95 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 133 84 52 0 0.37 0.61 0.48 23.7 0.44 0.36
Hex 85 54 34 0 25 3D 30 18 2C 24
Octal 205 124 64 0 45 75 60 30 54 44
Binary 10000101 1010100 110100 0 100101 111101 110000 11000 101100 100100

Color Harmonies of #855434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855434

Black with #855434

Text Example


Text Example

White with #855434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855434; }

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

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

background-color css

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

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

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

border-color css

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

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

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