Html Css Color HEX #854C2C Korma

📋 copy color: '#854C2C'

red 133 ◦ green 76 ◦ blue 44

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

Shades of Korma #854C2C

Tints of Korma #854C2C

RGB

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

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

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

R = 52.57%
G = 30.04%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#854C2C (or 0x854C2C) is known color: Korma. HEX triplet: 85, 4C and 2C. RGB value is (133,76,44). Sum of RGB (Red+Green+Blue) = 133+76+44=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C2C is #7AB3D3. Grayscale: #595959. Windows color (decimal): -8041428 or 2903173. OLE color: 2903173.

HSL color Cylindrical-coordinate representation of color #854C2C: hue angle of 21.57º 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 #854C2C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 44 -
CMYK 0 0.43 0.67 0.48
HSL 21.57º 0.5% 0.35% -
HSV(B) 21.57º 0.67% 0.52% -
XYZ 12.71 10.34 3.71 -
YUV 89.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 133 76 44 0 0.43 0.67 0.48 21.57 0.5 0.35
Hex 85 4C 2C 0 2B 43 30 16 32 23
Octal 205 114 54 0 53 103 60 26 62 43
Binary 10000101 1001100 101100 0 101011 1000011 110000 10110 110010 100011

Color Harmonies of #854C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C2C

Black with #854C2C

Text Example


Text Example

White with #854C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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