#763834

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

Shades of Crown Of Thorns #763834

Tints of Crown Of Thorns #763834

Color information

#763834 (or 0x763834) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 38 and 34. RGB value is (118,56,52). Sum of RGB (Red+Green+Blue) = 118+56+52=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763834 is #89C7CB. Grayscale: #4A4A4A. Windows color (decimal): -9029580 or 3422326. OLE color: 3422326.

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

Color convert

RGB1185652-
CMYK00.530.560.54
HSL3.64º38.82%33.33%-
HSV(B)3.64º55.93%46.27%-
XYZ9.516.934.09-
YUV74.08115.54159.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=52.21%
G=24.78%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118565200.530.560.543.6438.8233.33
Hex763834035383642721
Octal1667064065706644741
Binary11101101110001101000110101111000110110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763834; }

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

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

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

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

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

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

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

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