#763A34

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

Shades of Crown Of Thorns #763A34

Tints of Crown Of Thorns #763A34

Color information

#763A34 (or 0x763A34) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3A and 34. RGB value is (118,58,52). Sum of RGB (Red+Green+Blue) = 118+58+52=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A34 is #89C5CB. Grayscale: #4B4B4B. Windows color (decimal): -9029068 or 3422838. OLE color: 3422838.

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

Color convert

RGB1185852-
CMYK00.510.560.54
HSL5.45º38.82%33.33%-
HSV(B)5.45º55.93%46.27%-
XYZ9.67.134.12-
YUV75.26114.88158.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=51.75%
G=25.44%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118585200.510.560.545.4538.8233.33
Hex763A34033383652721
Octal1667264063706654741
Binary11101101110101101000110011111000110110101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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