Html Css Color HEX #763830 Crown Of Thorns

📋 copy color: '#763830'

red 118 ◦ green 56 ◦ blue 48

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

Shades of Crown Of Thorns #763830

Tints of Crown Of Thorns #763830

RGB

 RED value IS 118 (46.48% from 255) = 53.15%

 GREEN value IS 56 (22.27% from 255) = 25.23%

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 53.15%
G = 25.23%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#763830 (or 0x763830) is known color: Crown Of Thorns. HEX triplet: 76, 38 and 30. RGB value is (118,56,48). Sum of RGB (Red+Green+Blue) = 118+56+48=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763830 is #89C7CF. Grayscale: #494949. Windows color (decimal): -9029584 or 3160182. OLE color: 3160182.

HSL color Cylindrical-coordinate representation of color #763830: hue angle of 6.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763830 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 48 -
CMYK 0 0.53 0.59 0.54
HSL 6.86º 0.42% 0.33% -
HSV(B) 6.86º 0.59% 0.46% -
XYZ 9.42 6.89 3.63 -
YUV 73.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 118 56 48 0 0.53 0.59 0.54 6.86 0.42 0.33
Hex 76 38 30 0 35 3B 36 7 2A 21
Octal 166 70 60 0 65 73 66 7 52 41
Binary 1110110 111000 110000 0 110101 111011 110110 111 101010 100001

Color Harmonies of #763830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763830

Black with #763830

Text Example


Text Example

White with #763830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763830; }

 p { color: rgb(118,56,48); }

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

background-color css

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

 a { background-color: rgb(118,56,48); }

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

border-color css

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

 span { border-color: rgb(118,56,48); }

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