Html Css Color HEX #773D34 Crown Of Thorns

📋 copy color: '#773D34'

red 119 ◦ green 61 ◦ blue 52

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

Shades of Crown Of Thorns #773D34

Tints of Crown Of Thorns #773D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.29%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 51.29%
G = 26.29%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#773D34 (or 0x773D34) is known color: Crown Of Thorns. HEX triplet: 77, 3D and 34. RGB value is (119,61,52). Sum of RGB (Red+Green+Blue) = 119+61+52=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D34 is #88C2CB. Grayscale: #4D4D4D. Windows color (decimal): -8962764 or 3423607. OLE color: 3423607.

HSL color Cylindrical-coordinate representation of color #773D34: hue angle of 8.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773D34 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 52 -
CMYK 0 0.49 0.56 0.53
HSL 8.06º 0.39% 0.34% -
HSV(B) 8.06º 0.56% 0.47% -
XYZ 9.9 7.51 4.18 -
YUV 77.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 119 61 52 0 0.49 0.56 0.53 8.06 0.39 0.34
Hex 77 3D 34 0 31 38 35 8 27 22
Octal 167 75 64 0 61 70 65 10 47 42
Binary 1110111 111101 110100 0 110001 111000 110101 1000 100111 100010

Color Harmonies of #773D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D34

Black with #773D34

Text Example


Text Example

White with #773D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,52); }

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

background-color css

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

 a { background-color: rgb(119,61,52); }

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

border-color css

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

 span { border-color: rgb(119,61,52); }

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