Html Css Color HEX #733C33 Crown Of Thorns

📋 copy color: '#733C33'

red 115 ◦ green 60 ◦ blue 51

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

Shades of Crown Of Thorns #733C33

Tints of Crown Of Thorns #733C33

RGB

 RED value IS 115 (45.31% from 255) = 50.88%

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 51 (20.31% from 255) = 22.57%

R = 50.88%
G = 26.55%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#733C33 (or 0x733C33) is known color: Crown Of Thorns. HEX triplet: 73, 3C and 33. RGB value is (115,60,51). Sum of RGB (Red+Green+Blue) = 115+60+51=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #733C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C33 is #8CC3CC. Grayscale: #4B4B4B. Windows color (decimal): -9225165 or 3357811. OLE color: 3357811.

HSL color Cylindrical-coordinate representation of color #733C33: hue angle of 8.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #733C33 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 60 51 -
CMYK 0 0.48 0.56 0.55
HSL 8.44º 0.39% 0.33% -
HSV(B) 8.44º 0.56% 0.45% -
XYZ 9.28 7.12 4.02 -
YUV 75.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 115 60 51 0 0.48 0.56 0.55 8.44 0.39 0.33
Hex 73 3C 33 0 30 38 37 8 27 21
Octal 163 74 63 0 60 70 67 10 47 41
Binary 1110011 111100 110011 0 110000 111000 110111 1000 100111 100001

Color Harmonies of #733C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733C33

Black with #733C33

Text Example


Text Example

White with #733C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733C33; }

 p { color: rgb(115,60,51); }

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

background-color css

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

 a { background-color: rgb(115,60,51); }

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

border-color css

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

 span { border-color: rgb(115,60,51); }

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