Html Css Color HEX #C7853A Golden Bell

📋 copy color: '#C7853A'

red 199 ◦ green 133 ◦ blue 58

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

Shades of Golden Bell #C7853A

Tints of Golden Bell #C7853A

RGB

 RED value IS 199 (78.13% from 255) = 51.03%

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 51.03%
G = 34.1%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7853A (or 0xC7853A) is known color: Golden Bell. HEX triplet: C7, 85 and 3A. RGB value is (199,133,58). Sum of RGB (Red+Green+Blue) = 199+133+58=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7853A is #387AC5. Grayscale: #909090. Windows color (decimal): -3701446 or 3835335. OLE color: 3835335.

HSL color Cylindrical-coordinate representation of color #C7853A: hue angle of 31.91º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7853A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 58 -
CMYK 0 0.33 0.71 0.22
HSL 31.91º 0.56% 0.5% -
HSV(B) 31.91º 0.71% 0.78% -
XYZ 32.7 29.22 7.92 -
YUV 144.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 199 133 58 0 0.33 0.71 0.22 31.91 0.56 0.5
Hex C7 85 3A 0 21 47 16 20 38 32
Octal 307 205 72 0 41 107 26 40 70 62
Binary 11000111 10000101 111010 0 100001 1000111 10110 100000 111000 110010

Color Harmonies of #C7853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7853A

Black with #C7853A

Text Example


Text Example

White with #C7853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7853A; }

 p { color: rgb(199,133,58); }

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

background-color css

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

 a { background-color: rgb(199,133,58); }

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

border-color css

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

 span { border-color: rgb(199,133,58); }

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