Html Css Color HEX #854D25 Korma

📋 copy color: '#854D25'

red 133 ◦ green 77 ◦ blue 37

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

Shades of Korma #854D25

Tints of Korma #854D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 53.85%
G = 31.17%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#854D25 (or 0x854D25) is known color: Korma. HEX triplet: 85, 4D and 25. RGB value is (133,77,37). Sum of RGB (Red+Green+Blue) = 133+77+37=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #854D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D25 is #7AB2DA. Grayscale: #595959. Windows color (decimal): -8041179 or 2444677. OLE color: 2444677.

HSL color Cylindrical-coordinate representation of color #854D25: hue angle of 25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #854D25 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 37 -
CMYK 0 0.42 0.72 0.48
HSL 25º 0.56% 0.33% -
HSV(B) 25º 0.72% 0.52% -
XYZ 12.66 10.43 3.1 -
YUV 89.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 133 77 37 0 0.42 0.72 0.48 25 0.56 0.33
Hex 85 4D 25 0 2A 48 30 19 38 21
Octal 205 115 45 0 52 110 60 31 70 41
Binary 10000101 1001101 100101 0 101010 1001000 110000 11001 111000 100001

Color Harmonies of #854D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D25

Black with #854D25

Text Example


Text Example

White with #854D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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