Html Css Color HEX #763B32 Crown Of Thorns

📋 copy color: '#763B32'

red 118 ◦ green 59 ◦ blue 50

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

Shades of Crown Of Thorns #763B32

Tints of Crown Of Thorns #763B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

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

R = 51.98%
G = 25.99%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763B32 (or 0x763B32) is known color: Crown Of Thorns. HEX triplet: 76, 3B and 32. RGB value is (118,59,50). Sum of RGB (Red+Green+Blue) = 118+59+50=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B32 is #89C4CD. Grayscale: #4B4B4B. Windows color (decimal): -9028814 or 3292022. OLE color: 3292022.

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

Color convert

RGB 118 59 50 -
CMYK 0 0.50 0.58 0.54
HSL 7.94º 0.4% 0.33% -
HSV(B) 7.94º 0.58% 0.46% -
XYZ 9.61 7.21 3.9 -
YUV 75.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 118 59 50 0 0.50 0.58 0.54 7.94 0.4 0.33
Hex 76 3B 32 0 32 3A 36 8 28 21
Octal 166 73 62 0 62 72 66 10 50 41
Binary 1110110 111011 110010 0 110010 111010 110110 1000 101000 100001

Color Harmonies of #763B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B32

Black with #763B32

Text Example


Text Example

White with #763B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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