Html Css Color HEX #7F5334 Korma

📋 copy color: '#7F5334'

red 127 ◦ green 83 ◦ blue 52

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

Shades of Korma #7F5334

Tints of Korma #7F5334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 48.47%
G = 31.68%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#7F5334 (or 0x7F5334) is known color: Korma. HEX triplet: 7F, 53 and 34. RGB value is (127,83,52). Sum of RGB (Red+Green+Blue) = 127+83+52=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5334 is #80ACCB. Grayscale: #5C5C5C. Windows color (decimal): -8432844 or 3429247. OLE color: 3429247.

HSL color Cylindrical-coordinate representation of color #7F5334: hue angle of 24.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5334 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 83 52 -
CMYK 0 0.35 0.59 0.50
HSL 24.8º 0.42% 0.35% -
HSV(B) 24.8º 0.59% 0.5% -
XYZ 12.47 10.95 4.7 -
YUV 92.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 127 83 52 0 0.35 0.59 0.50 24.8 0.42 0.35
Hex 7F 53 34 0 23 3B 32 19 2A 23
Octal 177 123 64 0 43 73 62 31 52 43
Binary 1111111 1010011 110100 0 100011 111011 110010 11001 101010 100011

Color Harmonies of #7F5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5334

Black with #7F5334

Text Example


Text Example

White with #7F5334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,83,52); }

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

background-color css

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

 a { background-color: rgb(127,83,52); }

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

border-color css

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

 span { border-color: rgb(127,83,52); }

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