Html Css Color HEX #854A2D Korma

📋 copy color: '#854A2D'

red 133 ◦ green 74 ◦ blue 45

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

Shades of Korma #854A2D

Tints of Korma #854A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 52.78%
G = 29.37%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#854A2D (or 0x854A2D) is known color: Korma. HEX triplet: 85, 4A and 2D. RGB value is (133,74,45). Sum of RGB (Red+Green+Blue) = 133+74+45=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A2D is #7AB5D2. Grayscale: #585858. Windows color (decimal): -8041939 or 2968197. OLE color: 2968197.

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

Color convert

RGB 133 74 45 -
CMYK 0 0.44 0.66 0.48
HSL 19.77º 0.49% 0.35% -
HSV(B) 19.77º 0.66% 0.52% -
XYZ 12.6 10.07 3.76 -
YUV 88.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 133 74 45 0 0.44 0.66 0.48 19.77 0.49 0.35
Hex 85 4A 2D 0 2C 42 30 14 31 23
Octal 205 112 55 0 54 102 60 24 61 43
Binary 10000101 1001010 101101 0 101100 1000010 110000 10100 110001 100011

Color Harmonies of #854A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A2D

Black with #854A2D

Text Example


Text Example

White with #854A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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