Html Css Color HEX #723B31 Crown Of Thorns

📋 copy color: '#723B31'

red 114 ◦ green 59 ◦ blue 49

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

Shades of Crown Of Thorns #723B31

Tints of Crown Of Thorns #723B31

RGB

 RED value IS 114 (44.92% from 255) = 51.35%

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

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 51.35%
G = 26.58%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#723B31 (or 0x723B31) is known color: Crown Of Thorns. HEX triplet: 72, 3B and 31. RGB value is (114,59,49). Sum of RGB (Red+Green+Blue) = 114+59+49=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #723B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B31 is #8DC4CE. Grayscale: #4A4A4A. Windows color (decimal): -9290959 or 3226482. OLE color: 3226482.

HSL color Cylindrical-coordinate representation of color #723B31: hue angle of 9.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723B31 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 59 49 -
CMYK 0 0.48 0.57 0.55
HSL 9.23º 0.4% 0.32% -
HSV(B) 9.23º 0.57% 0.45% -
XYZ 9.06 6.93 3.77 -
YUV 74.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 114 59 49 0 0.48 0.57 0.55 9.23 0.4 0.32
Hex 72 3B 31 0 30 39 37 9 28 20
Octal 162 73 61 0 60 71 67 11 50 40
Binary 1110010 111011 110001 0 110000 111001 110111 1001 101000 100000

Color Harmonies of #723B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723B31

Black with #723B31

Text Example


Text Example

White with #723B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723B31; }

 p { color: rgb(114,59,49); }

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

background-color css

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

 a { background-color: rgb(114,59,49); }

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

border-color css

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

 span { border-color: rgb(114,59,49); }

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