#763D34

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

Shades of Crown Of Thorns #763D34

Tints of Crown Of Thorns #763D34

Color information

#763D34 (or 0x763D34) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3D and 34. RGB value is (118,61,52). Sum of RGB (Red+Green+Blue) = 118+61+52=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #763D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D34 is #89C2CB. Grayscale: #4D4D4D. Windows color (decimal): -9028300 or 3423606. OLE color: 3423606.

HSL color Cylindrical-coordinate representation of color #763D34: hue angle of 8.18º 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 #763D34 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1186152-
CMYK00.480.560.54
HSL8.18º38.82%33.33%-
HSV(B)8.18º55.93%46.27%-
XYZ9.767.444.17-
YUV77.02113.88157.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=51.08%
G=26.41%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118615200.480.560.548.1838.8233.33
Hex763D34030383682721
Octal16675640607066104741
Binary111011011110111010001100001110001101101000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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