Html Css Color HEX #753D34 Crown Of Thorns

📋 copy color: '#753D34'

red 117 ◦ green 61 ◦ blue 52

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

Shades of Crown Of Thorns #753D34

Tints of Crown Of Thorns #753D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 50.87%
G = 26.52%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#753D34 (or 0x753D34) is known color: Crown Of Thorns. HEX triplet: 75, 3D and 34. RGB value is (117,61,52). Sum of RGB (Red+Green+Blue) = 117+61+52=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D34 is #8AC2CB. Grayscale: #4C4C4C. Windows color (decimal): -9093836 or 3423605. OLE color: 3423605.

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

Color convert

RGB 117 61 52 -
CMYK 0 0.48 0.56 0.54
HSL 8.31º 0.38% 0.33% -
HSV(B) 8.31º 0.56% 0.46% -
XYZ 9.62 7.37 4.16 -
YUV 76.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 117 61 52 0 0.48 0.56 0.54 8.31 0.38 0.33
Hex 75 3D 34 0 30 38 36 8 26 21
Octal 165 75 64 0 60 70 66 10 46 41
Binary 1110101 111101 110100 0 110000 111000 110110 1000 100110 100001

Color Harmonies of #753D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D34

Black with #753D34

Text Example


Text Example

White with #753D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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