Html Css Color HEX #763B2C Crown Of Thorns

📋 copy color: '#763B2C'

red 118 ◦ green 59 ◦ blue 44

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

Shades of Crown Of Thorns #763B2C

Tints of Crown Of Thorns #763B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.7%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 53.39%
G = 26.7%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#763B2C (or 0x763B2C) is known color: Crown Of Thorns. HEX triplet: 76, 3B and 2C. RGB value is (118,59,44). Sum of RGB (Red+Green+Blue) = 118+59+44=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B2C is #89C4D3. Grayscale: #4B4B4B. Windows color (decimal): -9028820 or 2898806. OLE color: 2898806.

HSL color Cylindrical-coordinate representation of color #763B2C: hue angle of 12.16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763B2C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 44 -
CMYK 0 0.50 0.63 0.54
HSL 12.16º 0.46% 0.32% -
HSV(B) 12.16º 0.63% 0.46% -
XYZ 9.49 7.16 3.26 -
YUV 74.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 118 59 44 0 0.50 0.63 0.54 12.16 0.46 0.32
Hex 76 3B 2C 0 32 3F 36 C 2E 20
Octal 166 73 54 0 62 77 66 14 56 40
Binary 1110110 111011 101100 0 110010 111111 110110 1100 101110 100000

Color Harmonies of #763B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B2C

Black with #763B2C

Text Example


Text Example

White with #763B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,44); }

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

background-color css

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

 a { background-color: rgb(118,59,44); }

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

border-color css

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

 span { border-color: rgb(118,59,44); }

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