Html Css Color HEX #855432 Korma

📋 copy color: '#855432'

red 133 ◦ green 84 ◦ blue 50

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

Shades of Korma #855432

Tints of Korma #855432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 49.81%
G = 31.46%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855432 (or 0x855432) is known color: Korma. HEX triplet: 85, 54 and 32. RGB value is (133,84,50). Sum of RGB (Red+Green+Blue) = 133+84+50=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855432 is #7AABCD. Grayscale: #5E5E5E. Windows color (decimal): -8039374 or 3298437. OLE color: 3298437.

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

Color convert

RGB 133 84 50 -
CMYK 0 0.37 0.62 0.48
HSL 24.58º 0.45% 0.36% -
HSV(B) 24.58º 0.62% 0.52% -
XYZ 13.42 11.56 4.54 -
YUV 94.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 133 84 50 0 0.37 0.62 0.48 24.58 0.45 0.36
Hex 85 54 32 0 25 3E 30 19 2D 24
Octal 205 124 62 0 45 76 60 31 55 44
Binary 10000101 1010100 110010 0 100101 111110 110000 11001 101101 100100

Color Harmonies of #855432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855432

Black with #855432

Text Example


Text Example

White with #855432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855432; }

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

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

background-color css

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

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

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

border-color css

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

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

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