Html Css Color HEX #763A2D Crown Of Thorns

📋 copy color: '#763A2D'

red 118 ◦ green 58 ◦ blue 45

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

Shades of Crown Of Thorns #763A2D

Tints of Crown Of Thorns #763A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 53.39%
G = 26.24%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#763A2D (or 0x763A2D) is known color: Crown Of Thorns. HEX triplet: 76, 3A and 2D. RGB value is (118,58,45). Sum of RGB (Red+Green+Blue) = 118+58+45=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A2D is #89C5D2. Grayscale: #4A4A4A. Windows color (decimal): -9029075 or 2964086. OLE color: 2964086.

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

Color convert

RGB 118 58 45 -
CMYK 0 0.51 0.62 0.54
HSL 10.68º 0.45% 0.32% -
HSV(B) 10.68º 0.62% 0.46% -
XYZ 9.46 7.07 3.35 -
YUV 74.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 118 58 45 0 0.51 0.62 0.54 10.68 0.45 0.32
Hex 76 3A 2D 0 33 3E 36 B 2D 20
Octal 166 72 55 0 63 76 66 13 55 40
Binary 1110110 111010 101101 0 110011 111110 110110 1011 101101 100000

Color Harmonies of #763A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A2D

Black with #763A2D

Text Example


Text Example

White with #763A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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