Html Css Color HEX #7D4D23 Korma

📋 copy color: '#7D4D23'

red 125 ◦ green 77 ◦ blue 35

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

Shades of Korma #7D4D23

Tints of Korma #7D4D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.77%

R = 52.74%
G = 32.49%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7D4D23 (or 0x7D4D23) is known color: Korma. HEX triplet: 7D, 4D and 23. RGB value is (125,77,35). Sum of RGB (Red+Green+Blue) = 125+77+35=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D23 is #82B2DC. Grayscale: #565656. Windows color (decimal): -8565469 or 2313597. OLE color: 2313597.

HSL color Cylindrical-coordinate representation of color #7D4D23: hue angle of 28º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D4D23 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 77 35 -
CMYK 0 0.38 0.72 0.51
HSL 28º 0.56% 0.31% -
HSV(B) 28º 0.72% 0.49% -
XYZ 11.41 9.79 2.88 -
YUV 86.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 125 77 35 0 0.38 0.72 0.51 28 0.56 0.31
Hex 7D 4D 23 0 26 48 33 1C 38 1F
Octal 175 115 43 0 46 110 63 34 70 37
Binary 1111101 1001101 100011 0 100110 1001000 110011 11100 111000 11111

Color Harmonies of #7D4D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D23

Black with #7D4D23

Text Example


Text Example

White with #7D4D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,35); }

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

background-color css

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

 a { background-color: rgb(125,77,35); }

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

border-color css

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

 span { border-color: rgb(125,77,35); }

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