Html Css Color HEX #854A2B Korma

📋 copy color: '#854A2B'

red 133 ◦ green 74 ◦ blue 43

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

Shades of Korma #854A2B

Tints of Korma #854A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 53.2%
G = 29.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#854A2B (or 0x854A2B) is known color: Korma. HEX triplet: 85, 4A and 2B. RGB value is (133,74,43). Sum of RGB (Red+Green+Blue) = 133+74+43=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A2B is #7AB5D4. Grayscale: #585858. Windows color (decimal): -8041941 or 2837125. OLE color: 2837125.

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

Color convert

RGB 133 74 43 -
CMYK 0 0.44 0.68 0.48
HSL 20.67º 0.51% 0.35% -
HSV(B) 20.67º 0.68% 0.52% -
XYZ 12.56 10.06 3.57 -
YUV 88.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 133 74 43 0 0.44 0.68 0.48 20.67 0.51 0.35
Hex 85 4A 2B 0 2C 44 30 15 33 23
Octal 205 112 53 0 54 104 60 25 63 43
Binary 10000101 1001010 101011 0 101100 1000100 110000 10101 110011 100011

Color Harmonies of #854A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A2B

Black with #854A2B

Text Example


Text Example

White with #854A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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