Html Css Color HEX #763E31 Crown Of Thorns

📋 copy color: '#763E31'

red 118 ◦ green 62 ◦ blue 49

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

Shades of Crown Of Thorns #763E31

Tints of Crown Of Thorns #763E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 51.53%
G = 27.07%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763E31 (or 0x763E31) is known color: Crown Of Thorns. HEX triplet: 76, 3E and 31. RGB value is (118,62,49). Sum of RGB (Red+Green+Blue) = 118+62+49=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #763E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E31 is #89C1CE. Grayscale: #4D4D4D. Windows color (decimal): -9028047 or 3227254. OLE color: 3227254.

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

Color convert

RGB 118 62 49 -
CMYK 0 0.47 0.58 0.54
HSL 11.3º 0.41% 0.33% -
HSV(B) 11.3º 0.58% 0.46% -
XYZ 9.75 7.52 3.84 -
YUV 77.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 118 62 49 0 0.47 0.58 0.54 11.3 0.41 0.33
Hex 76 3E 31 0 2F 3A 36 B 29 21
Octal 166 76 61 0 57 72 66 13 51 41
Binary 1110110 111110 110001 0 101111 111010 110110 1011 101001 100001

Color Harmonies of #763E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E31

Black with #763E31

Text Example


Text Example

White with #763E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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