Html Css Color HEX #733F35 Crown Of Thorns

📋 copy color: '#733F35'

red 115 ◦ green 63 ◦ blue 53

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

Shades of Crown Of Thorns #733F35

Tints of Crown Of Thorns #733F35

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

 BLUE value IS 53 (21.09% from 255) = 22.94%

R = 49.78%
G = 27.27%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#733F35 (or 0x733F35) is known color: Crown Of Thorns. HEX triplet: 73, 3F and 35. RGB value is (115,63,53). Sum of RGB (Red+Green+Blue) = 115+63+53=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F35 is #8CC0CA. Grayscale: #4D4D4D. Windows color (decimal): -9224395 or 3489651. OLE color: 3489651.

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

Color convert

RGB 115 63 53 -
CMYK 0 0.45 0.54 0.55
HSL 9.68º 0.37% 0.33% -
HSV(B) 9.68º 0.54% 0.45% -
XYZ 9.49 7.46 4.31 -
YUV 77.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 115 63 53 0 0.45 0.54 0.55 9.68 0.37 0.33
Hex 73 3F 35 0 2D 36 37 A 25 21
Octal 163 77 65 0 55 66 67 12 45 41
Binary 1110011 111111 110101 0 101101 110110 110111 1010 100101 100001

Color Harmonies of #733F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733F35

Black with #733F35

Text Example


Text Example

White with #733F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,63,53); }

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

background-color css

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

 a { background-color: rgb(115,63,53); }

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

border-color css

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

 span { border-color: rgb(115,63,53); }

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