Html Css Color HEX #7E3B2C Crown Of Thorns

📋 copy color: '#7E3B2C'

red 126 ◦ green 59 ◦ blue 44

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

Shades of Crown Of Thorns #7E3B2C

Tints of Crown Of Thorns #7E3B2C

RGB

 RED value IS 126 (49.61% from 255) = 55.02%

 GREEN value IS 59 (23.44% from 255) = 25.76%

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 55.02%
G = 25.76%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7E3B2C (or 0x7E3B2C) is known color: Crown Of Thorns. HEX triplet: 7E, 3B and 2C. RGB value is (126,59,44). Sum of RGB (Red+Green+Blue) = 126+59+44=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3B2C is #81C4D3. Grayscale: #4D4D4D. Windows color (decimal): -8504532 or 2898814. OLE color: 2898814.

HSL color Cylindrical-coordinate representation of color #7E3B2C: hue angle of 10.98º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3B2C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 59 44 -
CMYK 0 0.53 0.65 0.51
HSL 10.98º 0.48% 0.33% -
HSV(B) 10.98º 0.65% 0.49% -
XYZ 10.62 7.75 3.32 -
YUV 77.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 126 59 44 0 0.53 0.65 0.51 10.98 0.48 0.33
Hex 7E 3B 2C 0 35 41 33 B 30 21
Octal 176 73 54 0 65 101 63 13 60 41
Binary 1111110 111011 101100 0 110101 1000001 110011 1011 110000 100001

Color Harmonies of #7E3B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3B2C

Black with #7E3B2C

Text Example


Text Example

White with #7E3B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E3B2C; }

 p { color: rgb(126,59,44); }

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

background-color css

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

 a { background-color: rgb(126,59,44); }

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

border-color css

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

 span { border-color: rgb(126,59,44); }

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