Html Css Color HEX #763931 Crown Of Thorns

📋 copy color: '#763931'

red 118 ◦ green 57 ◦ blue 49

#763931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crown Of Thorns #763931

Tints of Crown Of Thorns #763931

RGB

 RED value IS 118 (46.48% from 255) = 52.68%

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 52.68%
G = 25.45%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763931 (or 0x763931) is known color: Crown Of Thorns. HEX triplet: 76, 39 and 31. RGB value is (118,57,49). Sum of RGB (Red+Green+Blue) = 118+57+49=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763931 is #89C6CE. Grayscale: #4A4A4A. Windows color (decimal): -9029327 or 3225974. OLE color: 3225974.

HSL color Cylindrical-coordinate representation of color #763931: hue angle of 6.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763931 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 49 -
CMYK 0 0.52 0.58 0.54
HSL 6.96º 0.41% 0.33% -
HSV(B) 6.96º 0.58% 0.46% -
XYZ 9.49 7 3.76 -
YUV 74.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 118 57 49 0 0.52 0.58 0.54 6.96 0.41 0.33
Hex 76 39 31 0 34 3A 36 7 29 21
Octal 166 71 61 0 64 72 66 7 51 41
Binary 1110110 111001 110001 0 110100 111010 110110 111 101001 100001

Color Harmonies of #763931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763931

Black with #763931

Text Example


Text Example

White with #763931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763931; }

 p { color: rgb(118,57,49); }

 H1.HeaderClassName
 {
   color: #763931;
 }
 .AnyTagClassName
 {
   color: #763931;
 }
</style>

background-color css

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

 a { background-color: rgb(118,57,49); }

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

border-color css

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

 span { border-color: rgb(118,57,49); }

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