Html Css Color HEX #763D3A Crown Of Thorns

📋 copy color: '#763D3A'

red 118 ◦ green 61 ◦ blue 58

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

Shades of Crown Of Thorns #763D3A

Tints of Crown Of Thorns #763D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 49.79%
G = 25.74%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#763D3A (or 0x763D3A) is known color: Crown Of Thorns. HEX triplet: 76, 3D and 3A. RGB value is (118,61,58). Sum of RGB (Red+Green+Blue) = 118+61+58=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D3A is #89C2C5. Grayscale: #4D4D4D. Windows color (decimal): -9028294 or 3816822. OLE color: 3816822.

HSL color Cylindrical-coordinate representation of color #763D3A: hue angle of 3º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763D3A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 58 -
CMYK 0 0.48 0.51 0.54
HSL 0.34% 0.35% -
HSV(B) 0.51% 0.46% -
XYZ 9.9 7.49 4.93 -
YUV 77.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 118 61 58 0 0.48 0.51 0.54 3 0.34 0.35
Hex 76 3D 3A 0 30 33 36 3 22 23
Octal 166 75 72 0 60 63 66 3 42 43
Binary 1110110 111101 111010 0 110000 110011 110110 11 100010 100011

Color Harmonies of #763D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D3A

Black with #763D3A

Text Example


Text Example

White with #763D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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