Html Css Color HEX #763936 Crown Of Thorns

📋 copy color: '#763936'

red 118 ◦ green 57 ◦ blue 54

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

Shades of Crown Of Thorns #763936

Tints of Crown Of Thorns #763936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.89%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 51.53%
G = 24.89%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#763936 (or 0x763936) is known color: Crown Of Thorns. HEX triplet: 76, 39 and 36. RGB value is (118,57,54). Sum of RGB (Red+Green+Blue) = 118+57+54=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #763936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763936 is #89C6C9. Grayscale: #4A4A4A. Windows color (decimal): -9029322 or 3553654. OLE color: 3553654.

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

Color convert

RGB 118 57 54 -
CMYK 0 0.52 0.54 0.54
HSL 2.81º 0.37% 0.34% -
HSV(B) 2.81º 0.54% 0.46% -
XYZ 9.6 7.04 4.34 -
YUV 74.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 118 57 54 0 0.52 0.54 0.54 2.81 0.37 0.34
Hex 76 39 36 0 34 36 36 3 25 22
Octal 166 71 66 0 64 66 66 3 45 42
Binary 1110110 111001 110110 0 110100 110110 110110 11 100101 100010

Color Harmonies of #763936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763936

Black with #763936

Text Example


Text Example

White with #763936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763936; }

 p { color: rgb(118,57,54); }

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

background-color css

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

 a { background-color: rgb(118,57,54); }

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

border-color css

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

 span { border-color: rgb(118,57,54); }

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