#763A35

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

Shades of Crown Of Thorns #763A35

Tints of Crown Of Thorns #763A35

Color information

#763A35 (or 0x763A35) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3A and 35. RGB value is (118,58,53). Sum of RGB (Red+Green+Blue) = 118+58+53=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #763A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A35 is #89C5CA. Grayscale: #4B4B4B. Windows color (decimal): -9029067 or 3488374. OLE color: 3488374.

HSL color Cylindrical-coordinate representation of color #763A35: hue angle of 4.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763A35 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1185853-
CMYK00.510.550.54
HSL4.62º38.01%33.53%-
HSV(B)4.62º55.08%46.27%-
XYZ9.637.134.24-
YUV75.37115.38158.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=51.53%
G=25.33%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118585300.510.550.544.6238.0133.53
Hex763A35033373652622
Octal1667265063676654642
Binary11101101110101101010110011110111110110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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