Html Css Color HEX #7C532E Korma

📋 copy color: '#7C532E'

red 124 ◦ green 83 ◦ blue 46

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

Shades of Korma #7C532E

Tints of Korma #7C532E

RGB

 RED value IS 124 (48.83% from 255) = 49.01%

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 49.01%
G = 32.81%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C532E (or 0x7C532E) is known color: Korma. HEX triplet: 7C, 53 and 2E. RGB value is (124,83,46). Sum of RGB (Red+Green+Blue) = 124+83+46=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C532E is #83ACD1. Grayscale: #5B5B5B. Windows color (decimal): -8629458 or 3036028. OLE color: 3036028.

HSL color Cylindrical-coordinate representation of color #7C532E: hue angle of 28.46º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C532E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 83 46 -
CMYK 0 0.33 0.63 0.51
HSL 28.46º 0.46% 0.33% -
HSV(B) 28.46º 0.63% 0.49% -
XYZ 11.9 10.67 4.02 -
YUV 91.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 124 83 46 0 0.33 0.63 0.51 28.46 0.46 0.33
Hex 7C 53 2E 0 21 3F 33 1C 2E 21
Octal 174 123 56 0 41 77 63 34 56 41
Binary 1111100 1010011 101110 0 100001 111111 110011 11100 101110 100001

Color Harmonies of #7C532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C532E

Black with #7C532E

Text Example


Text Example

White with #7C532E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,46); }

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

background-color css

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

 a { background-color: rgb(124,83,46); }

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

border-color css

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

 span { border-color: rgb(124,83,46); }

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