Html Css Color HEX #7C532B Korma

📋 copy color: '#7C532B'

red 124 ◦ green 83 ◦ blue 43

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

Shades of Korma #7C532B

Tints of Korma #7C532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 49.6%
G = 33.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C532B (or 0x7C532B) is known color: Korma. HEX triplet: 7C, 53 and 2B. RGB value is (124,83,43). Sum of RGB (Red+Green+Blue) = 124+83+43=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C532B is #83ACD4. Grayscale: #5A5A5A. Windows color (decimal): -8629461 or 2839420. OLE color: 2839420.

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

Color convert

RGB 124 83 43 -
CMYK 0 0.33 0.65 0.51
HSL 29.63º 0.49% 0.33% -
HSV(B) 29.63º 0.65% 0.49% -
XYZ 11.84 10.65 3.72 -
YUV 90.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 124 83 43 0 0.33 0.65 0.51 29.63 0.49 0.33
Hex 7C 53 2B 0 21 41 33 1E 31 21
Octal 174 123 53 0 41 101 63 36 61 41
Binary 1111100 1010011 101011 0 100001 1000001 110011 11110 110001 100001

Color Harmonies of #7C532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C532B

Black with #7C532B

Text Example


Text Example

White with #7C532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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