Html Css Color HEX #773835 Crown Of Thorns

📋 copy color: '#773835'

red 119 ◦ green 56 ◦ blue 53

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

Shades of Crown Of Thorns #773835

Tints of Crown Of Thorns #773835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 52.19%
G = 24.56%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773835 (or 0x773835) is known color: Crown Of Thorns. HEX triplet: 77, 38 and 35. RGB value is (119,56,53). Sum of RGB (Red+Green+Blue) = 119+56+53=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #773835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773835 is #88C7CA. Grayscale: #4A4A4A. Windows color (decimal): -8964043 or 3487863. OLE color: 3487863.

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

Color convert

RGB 119 56 53 -
CMYK 0 0.53 0.55 0.53
HSL 2.73º 0.38% 0.34% -
HSV(B) 2.73º 0.55% 0.47% -
XYZ 9.66 7.01 4.21 -
YUV 74.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 119 56 53 0 0.53 0.55 0.53 2.73 0.38 0.34
Hex 77 38 35 0 35 37 35 3 26 22
Octal 167 70 65 0 65 67 65 3 46 42
Binary 1110111 111000 110101 0 110101 110111 110101 11 100110 100010

Color Harmonies of #773835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773835

Black with #773835

Text Example


Text Example

White with #773835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773835; }

 p { color: rgb(119,56,53); }

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

background-color css

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

 a { background-color: rgb(119,56,53); }

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

border-color css

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

 span { border-color: rgb(119,56,53); }

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