Html Css Color HEX #7F4825 Korma

📋 copy color: '#7F4825'

red 127 ◦ green 72 ◦ blue 37

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

Shades of Korma #7F4825

Tints of Korma #7F4825

RGB

 RED value IS 127 (50% from 255) = 53.81%

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 53.81%
G = 30.51%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#7F4825 (or 0x7F4825) is known color: Korma. HEX triplet: 7F, 48 and 25. RGB value is (127,72,37). Sum of RGB (Red+Green+Blue) = 127+72+37=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4825 is #80B7DA. Grayscale: #545454. Windows color (decimal): -8435675 or 2443391. OLE color: 2443391.

HSL color Cylindrical-coordinate representation of color #7F4825: hue angle of 23.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F4825 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 37 -
CMYK 0 0.43 0.71 0.50
HSL 23.33º 0.55% 0.32% -
HSV(B) 23.33º 0.71% 0.5% -
XYZ 11.4 9.28 2.94 -
YUV 84.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 127 72 37 0 0.43 0.71 0.50 23.33 0.55 0.32
Hex 7F 48 25 0 2B 47 32 17 37 20
Octal 177 110 45 0 53 107 62 27 67 40
Binary 1111111 1001000 100101 0 101011 1000111 110010 10111 110111 100000

Color Harmonies of #7F4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4825

Black with #7F4825

Text Example


Text Example

White with #7F4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4825; }

 p { color: rgb(127,72,37); }

 H1.HeaderClassName
 {
   color: #7F4825;
 }
 .AnyTagClassName
 {
   color: #7F4825;
 }
</style>

background-color css

<style>
 a { background-color: #7F4825; }

 a { background-color: rgb(127,72,37); }

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

border-color css

<style>
 span { border-color: #7F4825; }

 span { border-color: rgb(127,72,37); }

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