Html Css Color HEX #763C31 Crown Of Thorns

📋 copy color: '#763C31'

red 118 ◦ green 60 ◦ blue 49

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

Shades of Crown Of Thorns #763C31

Tints of Crown Of Thorns #763C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.43%

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

R = 51.98%
G = 26.43%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763C31 (or 0x763C31) is known color: Crown Of Thorns. HEX triplet: 76, 3C and 31. RGB value is (118,60,49). Sum of RGB (Red+Green+Blue) = 118+60+49=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C31 is #89C3CE. Grayscale: #4C4C4C. Windows color (decimal): -9028559 or 3226742. OLE color: 3226742.

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

Color convert

RGB 118 60 49 -
CMYK 0 0.49 0.58 0.54
HSL 9.57º 0.41% 0.33% -
HSV(B) 9.57º 0.58% 0.46% -
XYZ 9.64 7.31 3.81 -
YUV 76.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 118 60 49 0 0.49 0.58 0.54 9.57 0.41 0.33
Hex 76 3C 31 0 31 3A 36 A 29 21
Octal 166 74 61 0 61 72 66 12 51 41
Binary 1110110 111100 110001 0 110001 111010 110110 1010 101001 100001

Color Harmonies of #763C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C31

Black with #763C31

Text Example


Text Example

White with #763C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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