Html Css Color HEX #C7833B Golden Bell

📋 copy color: '#C7833B'

red 199 ◦ green 131 ◦ blue 59

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

Shades of Golden Bell #C7833B

Tints of Golden Bell #C7833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 59 (23.44% from 255) = 15.17%

R = 51.16%
G = 33.68%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7833B (or 0xC7833B) is known color: Golden Bell. HEX triplet: C7, 83 and 3B. RGB value is (199,131,59). Sum of RGB (Red+Green+Blue) = 199+131+59=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7833B is #387CC4. Grayscale: #8F8F8F. Windows color (decimal): -3701957 or 3900359. OLE color: 3900359.

HSL color Cylindrical-coordinate representation of color #C7833B: hue angle of 30.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7833B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 59 -
CMYK 0 0.34 0.70 0.22
HSL 30.86º 0.56% 0.51% -
HSV(B) 30.86º 0.7% 0.78% -
XYZ 32.46 28.69 7.96 -
YUV 143.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 199 131 59 0 0.34 0.70 0.22 30.86 0.56 0.51
Hex C7 83 3B 0 22 46 16 1F 38 33
Octal 307 203 73 0 42 106 26 37 70 63
Binary 11000111 10000011 111011 0 100010 1000110 10110 11111 111000 110011

Color Harmonies of #C7833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7833B

Black with #C7833B

Text Example


Text Example

White with #C7833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7833B; }

 p { color: rgb(199,131,59); }

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

background-color css

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

 a { background-color: rgb(199,131,59); }

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

border-color css

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

 span { border-color: rgb(199,131,59); }

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