Html Css Color HEX #854D2D Korma

📋 copy color: '#854D2D'

red 133 ◦ green 77 ◦ blue 45

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

Shades of Korma #854D2D

Tints of Korma #854D2D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

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

R = 52.16%
G = 30.2%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#854D2D (or 0x854D2D) is known color: Korma. HEX triplet: 85, 4D and 2D. RGB value is (133,77,45). Sum of RGB (Red+Green+Blue) = 133+77+45=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D2D is #7AB2D2. Grayscale: #5A5A5A. Windows color (decimal): -8041171 or 2968965. OLE color: 2968965.

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

Color convert

RGB 133 77 45 -
CMYK 0 0.42 0.66 0.48
HSL 21.82º 0.49% 0.35% -
HSV(B) 21.82º 0.66% 0.52% -
XYZ 12.8 10.48 3.83 -
YUV 90.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 133 77 45 0 0.42 0.66 0.48 21.82 0.49 0.35
Hex 85 4D 2D 0 2A 42 30 16 31 23
Octal 205 115 55 0 52 102 60 26 61 43
Binary 10000101 1001101 101101 0 101010 1000010 110000 10110 110001 100011

Color Harmonies of #854D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D2D

Black with #854D2D

Text Example


Text Example

White with #854D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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