Html Css Color HEX #773C2E Crown Of Thorns

📋 copy color: '#773C2E'

red 119 ◦ green 60 ◦ blue 46

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

Shades of Crown Of Thorns #773C2E

Tints of Crown Of Thorns #773C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 52.89%
G = 26.67%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#773C2E (or 0x773C2E) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 2E. RGB value is (119,60,46). Sum of RGB (Red+Green+Blue) = 119+60+46=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2E is #88C3D1. Grayscale: #4C4C4C. Windows color (decimal): -8963026 or 3030135. OLE color: 3030135.

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

Color convert

RGB 119 60 46 -
CMYK 0 0.50 0.61 0.53
HSL 11.51º 0.44% 0.32% -
HSV(B) 11.51º 0.61% 0.47% -
XYZ 9.72 7.35 3.49 -
YUV 76.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 119 60 46 0 0.50 0.61 0.53 11.51 0.44 0.32
Hex 77 3C 2E 0 32 3D 35 C 2C 20
Octal 167 74 56 0 62 75 65 14 54 40
Binary 1110111 111100 101110 0 110010 111101 110101 1100 101100 100000

Color Harmonies of #773C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C2E

Black with #773C2E

Text Example


Text Example

White with #773C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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