Html Css Color HEX #753D2E Crown Of Thorns

📋 copy color: '#753D2E'

red 117 ◦ green 61 ◦ blue 46

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

Shades of Crown Of Thorns #753D2E

Tints of Crown Of Thorns #753D2E

RGB

 RED value IS 117 (46.09% from 255) = 52.23%

 GREEN value IS 61 (24.22% from 255) = 27.23%

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

R = 52.23%
G = 27.23%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#753D2E (or 0x753D2E) is known color: Crown Of Thorns. HEX triplet: 75, 3D and 2E. RGB value is (117,61,46). Sum of RGB (Red+Green+Blue) = 117+61+46=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D2E is #8AC2D1. Grayscale: #4C4C4C. Windows color (decimal): -9093842 or 3030389. OLE color: 3030389.

HSL color Cylindrical-coordinate representation of color #753D2E: hue angle of 12.68º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753D2E is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 46 -
CMYK 0 0.48 0.61 0.54
HSL 12.68º 0.44% 0.32% -
HSV(B) 12.68º 0.61% 0.46% -
XYZ 9.5 7.32 3.5 -
YUV 76.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 117 61 46 0 0.48 0.61 0.54 12.68 0.44 0.32
Hex 75 3D 2E 0 30 3D 36 D 2C 20
Octal 165 75 56 0 60 75 66 15 54 40
Binary 1110101 111101 101110 0 110000 111101 110110 1101 101100 100000

Color Harmonies of #753D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D2E

Black with #753D2E

Text Example


Text Example

White with #753D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D2E; }

 p { color: rgb(117,61,46); }

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

background-color css

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

 a { background-color: rgb(117,61,46); }

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

border-color css

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

 span { border-color: rgb(117,61,46); }

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