Html Css Color HEX #854E2C Korma

📋 copy color: '#854E2C'

red 133 ◦ green 78 ◦ blue 44

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

Shades of Korma #854E2C

Tints of Korma #854E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 52.16%
G = 30.59%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#854E2C (or 0x854E2C) is known color: Korma. HEX triplet: 85, 4E and 2C. RGB value is (133,78,44). Sum of RGB (Red+Green+Blue) = 133+78+44=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E2C is #7AB1D3. Grayscale: #5A5A5A. Windows color (decimal): -8040916 or 2903685. OLE color: 2903685.

HSL color Cylindrical-coordinate representation of color #854E2C: hue angle of 22.92º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854E2C is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 78 44 -
CMYK 0 0.41 0.67 0.48
HSL 22.92º 0.5% 0.35% -
HSV(B) 22.92º 0.67% 0.52% -
XYZ 12.85 10.62 3.75 -
YUV 90.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 133 78 44 0 0.41 0.67 0.48 22.92 0.5 0.35
Hex 85 4E 2C 0 29 43 30 17 32 23
Octal 205 116 54 0 51 103 60 27 62 43
Binary 10000101 1001110 101100 0 101001 1000011 110000 10111 110010 100011

Color Harmonies of #854E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E2C

Black with #854E2C

Text Example


Text Example

White with #854E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,78,44); }

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

background-color css

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

 a { background-color: rgb(133,78,44); }

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

border-color css

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

 span { border-color: rgb(133,78,44); }

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