Html Css Color HEX #773C31 Crown Of Thorns

📋 copy color: '#773C31'

red 119 ◦ green 60 ◦ blue 49

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

Shades of Crown Of Thorns #773C31

Tints of Crown Of Thorns #773C31

RGB

 RED value IS 119 (46.88% from 255) = 52.19%

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

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

R = 52.19%
G = 26.32%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773C31 (or 0x773C31) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 31. RGB value is (119,60,49). Sum of RGB (Red+Green+Blue) = 119+60+49=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #773C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C31 is #88C3CE. Grayscale: #4C4C4C. Windows color (decimal): -8963023 or 3226743. OLE color: 3226743.

HSL color Cylindrical-coordinate representation of color #773C31: hue angle of 9.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773C31 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 49 -
CMYK 0 0.50 0.59 0.53
HSL 9.43º 0.42% 0.33% -
HSV(B) 9.43º 0.59% 0.47% -
XYZ 9.78 7.38 3.81 -
YUV 76.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 119 60 49 0 0.50 0.59 0.53 9.43 0.42 0.33
Hex 77 3C 31 0 32 3B 35 9 2A 21
Octal 167 74 61 0 62 73 65 11 52 41
Binary 1110111 111100 110001 0 110010 111011 110101 1001 101010 100001

Color Harmonies of #773C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C31

Black with #773C31

Text Example


Text Example

White with #773C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773C31; }

 p { color: rgb(119,60,49); }

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

background-color css

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

 a { background-color: rgb(119,60,49); }

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

border-color css

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

 span { border-color: rgb(119,60,49); }

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