Html Css Color HEX #7D3C2E Crown Of Thorns

📋 copy color: '#7D3C2E'

red 125 ◦ green 60 ◦ blue 46

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

Shades of Crown Of Thorns #7D3C2E

Tints of Crown Of Thorns #7D3C2E

RGB

 RED value IS 125 (49.22% from 255) = 54.11%

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

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

R = 54.11%
G = 25.97%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D3C2E (or 0x7D3C2E) is known color: Crown Of Thorns. HEX triplet: 7D, 3C and 2E. RGB value is (125,60,46). Sum of RGB (Red+Green+Blue) = 125+60+46=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C2E is #82C3D1. Grayscale: #4D4D4D. Windows color (decimal): -8569810 or 3030141. OLE color: 3030141.

HSL color Cylindrical-coordinate representation of color #7D3C2E: hue angle of 10.63º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3C2E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 60 46 -
CMYK 0 0.52 0.63 0.51
HSL 10.63º 0.46% 0.34% -
HSV(B) 10.63º 0.63% 0.49% -
XYZ 10.57 7.79 3.53 -
YUV 77.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 125 60 46 0 0.52 0.63 0.51 10.63 0.46 0.34
Hex 7D 3C 2E 0 34 3F 33 B 2E 22
Octal 175 74 56 0 64 77 63 13 56 42
Binary 1111101 111100 101110 0 110100 111111 110011 1011 101110 100010

Color Harmonies of #7D3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3C2E

Black with #7D3C2E

Text Example


Text Example

White with #7D3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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