Html Css Color HEX #763932 Crown Of Thorns

📋 copy color: '#763932'

red 118 ◦ green 57 ◦ blue 50

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

Shades of Crown Of Thorns #763932

Tints of Crown Of Thorns #763932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 52.44%
G = 25.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763932 (or 0x763932) is known color: Crown Of Thorns. HEX triplet: 76, 39 and 32. RGB value is (118,57,50). Sum of RGB (Red+Green+Blue) = 118+57+50=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763932 is #89C6CD. Grayscale: #4A4A4A. Windows color (decimal): -9029326 or 3291510. OLE color: 3291510.

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

Color convert

RGB 118 57 50 -
CMYK 0 0.52 0.58 0.54
HSL 6.18º 0.4% 0.33% -
HSV(B) 6.18º 0.58% 0.46% -
XYZ 9.51 7.01 3.87 -
YUV 74.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 118 57 50 0 0.52 0.58 0.54 6.18 0.4 0.33
Hex 76 39 32 0 34 3A 36 6 28 21
Octal 166 71 62 0 64 72 66 6 50 41
Binary 1110110 111001 110010 0 110100 111010 110110 110 101000 100001

Color Harmonies of #763932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763932

Black with #763932

Text Example


Text Example

White with #763932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763932; }

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

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

background-color css

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

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

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

border-color css

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

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

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