#763F34

Color #763F34 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #763F34

Tints of Crown Of Thorns #763F34

Color information

#763F34 (or 0x763F34) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3F and 34. RGB value is (118,63,52). Sum of RGB (Red+Green+Blue) = 118+63+52=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #763F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F34 is #89C0CB. Grayscale: #4E4E4E. Windows color (decimal): -9027788 or 3424118. OLE color: 3424118.

HSL color Cylindrical-coordinate representation of color #763F34: hue angle of 10º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763F34 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1186352-
CMYK00.470.560.54
HSL10º38.82%33.33%-
HSV(B)10º55.93%46.27%-
XYZ9.877.654.21-
YUV78.19113.22156.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=50.64%
G=27.04%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118635200.470.560.541038.8233.33
Hex763F3402F3836a2721
Octal16677640577066124741
Binary111011011111111010001011111110001101101010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763F34; }

 p { color: rgb(118,63,52); }

 H1.HeaderClassName
 {
   color: #763F34;
 }
 .AnyTagClassName
 {
   color: #763F34;
 }
</style>
background-color css

<style>
 a { background-color: #763F34; }

 a { background-color: rgb(118,63,52); }

 div.DivClassName
 {
   background-color: #763F34;
 }
 .BgClassName
 {
   background-color: #763F34;
 }
</style>
border-color css

<style>
 span { border-color: #763F34; }

 span { border-color: rgb(118,63,52); }

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