Html Css Color HEX #7D4F27 Korma

📋 copy color: '#7D4F27'

red 125 ◦ green 79 ◦ blue 39

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

Shades of Korma #7D4F27

Tints of Korma #7D4F27

RGB

 RED value IS 125 (49.22% from 255) = 51.44%

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 51.44%
G = 32.51%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7D4F27 (or 0x7D4F27) is known color: Korma. HEX triplet: 7D, 4F and 27. RGB value is (125,79,39). Sum of RGB (Red+Green+Blue) = 125+79+39=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4F27 is #82B0D8. Grayscale: #585858. Windows color (decimal): -8564953 or 2576253. OLE color: 2576253.

HSL color Cylindrical-coordinate representation of color #7D4F27: hue angle of 27.91º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D4F27 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 79 39 -
CMYK 0 0.37 0.69 0.51
HSL 27.91º 0.52% 0.32% -
HSV(B) 27.91º 0.69% 0.49% -
XYZ 11.62 10.1 3.26 -
YUV 88.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 125 79 39 0 0.37 0.69 0.51 27.91 0.52 0.32
Hex 7D 4F 27 0 25 45 33 1C 34 20
Octal 175 117 47 0 45 105 63 34 64 40
Binary 1111101 1001111 100111 0 100101 1000101 110011 11100 110100 100000

Color Harmonies of #7D4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F27

Black with #7D4F27

Text Example


Text Example

White with #7D4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,39); }

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

background-color css

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

 a { background-color: rgb(125,79,39); }

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

border-color css

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

 span { border-color: rgb(125,79,39); }

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