Html Css Color HEX #7F3933 Crab Apple

📋 copy color: '#7F3933'

red 127 ◦ green 57 ◦ blue 51

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

Shades of Crab Apple #7F3933

Tints of Crab Apple #7F3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 54.04%
G = 24.26%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F3933 (or 0x7F3933) is known color: Crab Apple. HEX triplet: 7F, 39 and 33. RGB value is (127,57,51). Sum of RGB (Red+Green+Blue) = 127+57+51=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3933 is #80C6CC. Grayscale: #4D4D4D. Windows color (decimal): -8439501 or 3357055. OLE color: 3357055.

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

Color convert

RGB 127 57 51 -
CMYK 0 0.55 0.60 0.50
HSL 4.74º 0.43% 0.35% -
HSV(B) 4.74º 0.6% 0.5% -
XYZ 10.81 7.68 4.04 -
YUV 77.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 127 57 51 0 0.55 0.60 0.50 4.74 0.43 0.35
Hex 7F 39 33 0 37 3C 32 5 2B 23
Octal 177 71 63 0 67 74 62 5 53 43
Binary 1111111 111001 110011 0 110111 111100 110010 101 101011 100011

Color Harmonies of #7F3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3933

Black with #7F3933

Text Example


Text Example

White with #7F3933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,51); }

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

background-color css

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

 a { background-color: rgb(127,57,51); }

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

border-color css

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

 span { border-color: rgb(127,57,51); }

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