Html Css Color HEX #763C2D Crown Of Thorns

📋 copy color: '#763C2D'

red 118 ◦ green 60 ◦ blue 45

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

Shades of Crown Of Thorns #763C2D

Tints of Crown Of Thorns #763C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 52.91%
G = 26.91%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#763C2D (or 0x763C2D) is known color: Crown Of Thorns. HEX triplet: 76, 3C and 2D. RGB value is (118,60,45). Sum of RGB (Red+Green+Blue) = 118+60+45=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C2D is #89C3D2. Grayscale: #4B4B4B. Windows color (decimal): -9028563 or 2964598. OLE color: 2964598.

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

Color convert

RGB 118 60 45 -
CMYK 0 0.49 0.62 0.54
HSL 12.33º 0.45% 0.32% -
HSV(B) 12.33º 0.62% 0.46% -
XYZ 9.56 7.27 3.38 -
YUV 75.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 118 60 45 0 0.49 0.62 0.54 12.33 0.45 0.32
Hex 76 3C 2D 0 31 3E 36 C 2D 20
Octal 166 74 55 0 61 76 66 14 55 40
Binary 1110110 111100 101101 0 110001 111110 110110 1100 101101 100000

Color Harmonies of #763C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C2D

Black with #763C2D

Text Example


Text Example

White with #763C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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