Html Css Color HEX #854A27 Korma

📋 copy color: '#854A27'

red 133 ◦ green 74 ◦ blue 39

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

Shades of Korma #854A27

Tints of Korma #854A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 54.07%
G = 30.08%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#854A27 (or 0x854A27) is known color: Korma. HEX triplet: 85, 4A and 27. RGB value is (133,74,39). Sum of RGB (Red+Green+Blue) = 133+74+39=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #854A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A27 is #7AB5D8. Grayscale: #575757. Windows color (decimal): -8041945 or 2574981. OLE color: 2574981.

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

Color convert

RGB 133 74 39 -
CMYK 0 0.44 0.71 0.48
HSL 22.34º 0.55% 0.34% -
HSV(B) 22.34º 0.71% 0.52% -
XYZ 12.49 10.03 3.2 -
YUV 87.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 133 74 39 0 0.44 0.71 0.48 22.34 0.55 0.34
Hex 85 4A 27 0 2C 47 30 16 37 22
Octal 205 112 47 0 54 107 60 26 67 42
Binary 10000101 1001010 100111 0 101100 1000111 110000 10110 110111 100010

Color Harmonies of #854A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A27

Black with #854A27

Text Example


Text Example

White with #854A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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