Html Css Color HEX #7E3933 Crown Of Thorns

📋 copy color: '#7E3933'

red 126 ◦ green 57 ◦ blue 51

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

Shades of Crown Of Thorns #7E3933

Tints of Crown Of Thorns #7E3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 53.85%
G = 24.36%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7E3933 (or 0x7E3933) is known color: Crown Of Thorns. HEX triplet: 7E, 39 and 33. RGB value is (126,57,51). Sum of RGB (Red+Green+Blue) = 126+57+51=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3933 is #81C6CC. Grayscale: #4D4D4D. Windows color (decimal): -8505037 or 3357054. OLE color: 3357054.

HSL color Cylindrical-coordinate representation of color #7E3933: hue angle of 4.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3933 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 57 51 -
CMYK 0 0.55 0.60 0.51
HSL 4.8º 0.42% 0.35% -
HSV(B) 4.8º 0.6% 0.49% -
XYZ 10.66 7.6 4.04 -
YUV 76.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 126 57 51 0 0.55 0.60 0.51 4.8 0.42 0.35
Hex 7E 39 33 0 37 3C 33 5 2A 23
Octal 176 71 63 0 67 74 63 5 52 43
Binary 1111110 111001 110011 0 110111 111100 110011 101 101010 100011

Color Harmonies of #7E3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3933

Black with #7E3933

Text Example


Text Example

White with #7E3933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,57,51); }

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

background-color css

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

 a { background-color: rgb(126,57,51); }

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

border-color css

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

 span { border-color: rgb(126,57,51); }

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