Html Css Color HEX #773E2F Crown Of Thorns

📋 copy color: '#773E2F'

red 119 ◦ green 62 ◦ blue 47

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

Shades of Crown Of Thorns #773E2F

Tints of Crown Of Thorns #773E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 52.19%
G = 27.19%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#773E2F (or 0x773E2F) is known color: Crown Of Thorns. HEX triplet: 77, 3E and 2F. RGB value is (119,62,47). Sum of RGB (Red+Green+Blue) = 119+62+47=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #773E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E2F is #88C1D0. Grayscale: #4D4D4D. Windows color (decimal): -8962513 or 3096183. OLE color: 3096183.

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

Color convert

RGB 119 62 47 -
CMYK 0 0.48 0.61 0.53
HSL 12.5º 0.43% 0.33% -
HSV(B) 12.5º 0.61% 0.47% -
XYZ 9.84 7.57 3.63 -
YUV 77.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 119 62 47 0 0.48 0.61 0.53 12.5 0.43 0.33
Hex 77 3E 2F 0 30 3D 35 C 2B 21
Octal 167 76 57 0 60 75 65 14 53 41
Binary 1110111 111110 101111 0 110000 111101 110101 1100 101011 100001

Color Harmonies of #773E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E2F

Black with #773E2F

Text Example


Text Example

White with #773E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,62,47); }

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

background-color css

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

 a { background-color: rgb(119,62,47); }

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

border-color css

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

 span { border-color: rgb(119,62,47); }

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