Html Css Color HEX #C3833B Golden Bell

📋 copy color: '#C3833B'

red 195 ◦ green 131 ◦ blue 59

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

Shades of Golden Bell #C3833B

Tints of Golden Bell #C3833B

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

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

R = 50.65%
G = 34.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3833B (or 0xC3833B) is known color: Golden Bell. HEX triplet: C3, 83 and 3B. RGB value is (195,131,59). Sum of RGB (Red+Green+Blue) = 195+131+59=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3833B is #3C7CC4. Grayscale: #8E8E8E. Windows color (decimal): -3964101 or 3900355. OLE color: 3900355.

HSL color Cylindrical-coordinate representation of color #C3833B: hue angle of 31.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3833B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 59 -
CMYK 0 0.33 0.70 0.24
HSL 31.76º 0.54% 0.5% -
HSV(B) 31.76º 0.7% 0.76% -
XYZ 31.41 28.15 7.92 -
YUV 141.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 195 131 59 0 0.33 0.70 0.24 31.76 0.54 0.5
Hex C3 83 3B 0 21 46 18 20 36 32
Octal 303 203 73 0 41 106 30 40 66 62
Binary 11000011 10000011 111011 0 100001 1000110 11000 100000 110110 110010

Color Harmonies of #C3833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3833B

Black with #C3833B

Text Example


Text Example

White with #C3833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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