Html Css Color HEX #854A2A Korma

📋 copy color: '#854A2A'

red 133 ◦ green 74 ◦ blue 42

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

Shades of Korma #854A2A

Tints of Korma #854A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.72%

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 53.41%
G = 29.72%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#854A2A (or 0x854A2A) is known color: Korma. HEX triplet: 85, 4A and 2A. RGB value is (133,74,42). Sum of RGB (Red+Green+Blue) = 133+74+42=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A2A is #7AB5D5. Grayscale: #585858. Windows color (decimal): -8041942 or 2771589. OLE color: 2771589.

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

Color convert

RGB 133 74 42 -
CMYK 0 0.44 0.68 0.48
HSL 21.1º 0.52% 0.34% -
HSV(B) 21.1º 0.68% 0.52% -
XYZ 12.54 10.05 3.47 -
YUV 87.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 133 74 42 0 0.44 0.68 0.48 21.1 0.52 0.34
Hex 85 4A 2A 0 2C 44 30 15 34 22
Octal 205 112 52 0 54 104 60 25 64 42
Binary 10000101 1001010 101010 0 101100 1000100 110000 10101 110100 100010

Color Harmonies of #854A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A2A

Black with #854A2A

Text Example


Text Example

White with #854A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854A2A; }

 p { color: rgb(133,74,42); }

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

background-color css

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

 a { background-color: rgb(133,74,42); }

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

border-color css

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

 span { border-color: rgb(133,74,42); }

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