Html Css Color HEX #754033 Crown Of Thorns

📋 copy color: '#754033'

red 117 ◦ green 64 ◦ blue 51

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

Shades of Crown Of Thorns #754033

Tints of Crown Of Thorns #754033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 50.43%
G = 27.59%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754033 (or 0x754033) is known color: Crown Of Thorns. HEX triplet: 75, 40 and 33. RGB value is (117,64,51). Sum of RGB (Red+Green+Blue) = 117+64+51=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754033 is #8ABFCC. Grayscale: #4E4E4E. Windows color (decimal): -9093069 or 3358837. OLE color: 3358837.

HSL color Cylindrical-coordinate representation of color #754033: hue angle of 11.82º degrees, saturation: 0.39, 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 #754033 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 51 -
CMYK 0 0.45 0.56 0.54
HSL 11.82º 0.39% 0.33% -
HSV(B) 11.82º 0.56% 0.46% -
XYZ 9.77 7.69 4.1 -
YUV 78.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 117 64 51 0 0.45 0.56 0.54 11.82 0.39 0.33
Hex 75 40 33 0 2D 38 36 C 27 21
Octal 165 100 63 0 55 70 66 14 47 41
Binary 1110101 1000000 110011 0 101101 111000 110110 1100 100111 100001

Color Harmonies of #754033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754033

Black with #754033

Text Example


Text Example

White with #754033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754033; }

 p { color: rgb(117,64,51); }

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

background-color css

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

 a { background-color: rgb(117,64,51); }

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

border-color css

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

 span { border-color: rgb(117,64,51); }

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