Html Css Color HEX #854C28 Korma

📋 copy color: '#854C28'

red 133 ◦ green 76 ◦ blue 40

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

Shades of Korma #854C28

Tints of Korma #854C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 53.41%
G = 30.52%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#854C28 (or 0x854C28) is known color: Korma. HEX triplet: 85, 4C and 28. RGB value is (133,76,40). Sum of RGB (Red+Green+Blue) = 133+76+40=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C28 is #7AB3D7. Grayscale: #595959. Windows color (decimal): -8041432 or 2641029. OLE color: 2641029.

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

Color convert

RGB 133 76 40 -
CMYK 0 0.43 0.70 0.48
HSL 23.23º 0.54% 0.34% -
HSV(B) 23.23º 0.7% 0.52% -
XYZ 12.64 10.31 3.33 -
YUV 88.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 133 76 40 0 0.43 0.70 0.48 23.23 0.54 0.34
Hex 85 4C 28 0 2B 46 30 17 36 22
Octal 205 114 50 0 53 106 60 27 66 42
Binary 10000101 1001100 101000 0 101011 1000110 110000 10111 110110 100010

Color Harmonies of #854C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C28

Black with #854C28

Text Example


Text Example

White with #854C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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