Html Css Color HEX #854C2E Korma

📋 copy color: '#854C2E'

red 133 ◦ green 76 ◦ blue 46

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

Shades of Korma #854C2E

Tints of Korma #854C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 52.16%
G = 29.8%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#854C2E (or 0x854C2E) is known color: Korma. HEX triplet: 85, 4C and 2E. RGB value is (133,76,46). Sum of RGB (Red+Green+Blue) = 133+76+46=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C2E is #7AB3D1. Grayscale: #595959. Windows color (decimal): -8041426 or 3034245. OLE color: 3034245.

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

Color convert

RGB 133 76 46 -
CMYK 0 0.43 0.65 0.48
HSL 20.69º 0.49% 0.35% -
HSV(B) 20.69º 0.65% 0.52% -
XYZ 12.75 10.35 3.91 -
YUV 89.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 133 76 46 0 0.43 0.65 0.48 20.69 0.49 0.35
Hex 85 4C 2E 0 2B 41 30 15 31 23
Octal 205 114 56 0 53 101 60 25 61 43
Binary 10000101 1001100 101110 0 101011 1000001 110000 10101 110001 100011

Color Harmonies of #854C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C2E

Black with #854C2E

Text Example


Text Example

White with #854C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,76,46); }

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

background-color css

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

 a { background-color: rgb(133,76,46); }

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

border-color css

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

 span { border-color: rgb(133,76,46); }

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