Html Css Color HEX #C4833C Golden Bell

📋 copy color: '#C4833C'

red 196 ◦ green 131 ◦ blue 60

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

Shades of Golden Bell #C4833C

Tints of Golden Bell #C4833C

RGB

 RED value IS 196 (76.95% from 255) = 50.65%

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

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 50.65%
G = 33.85%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4833C (or 0xC4833C) is known color: Golden Bell. HEX triplet: C4, 83 and 3C. RGB value is (196,131,60). Sum of RGB (Red+Green+Blue) = 196+131+60=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4833C is #3B7CC3. Grayscale: #8E8E8E. Windows color (decimal): -3898564 or 3965892. OLE color: 3965892.

HSL color Cylindrical-coordinate representation of color #C4833C: hue angle of 31.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4833C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 60 -
CMYK 0 0.33 0.69 0.23
HSL 31.32º 0.54% 0.5% -
HSV(B) 31.32º 0.69% 0.77% -
XYZ 31.7 28.29 8.07 -
YUV 142.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 196 131 60 0 0.33 0.69 0.23 31.32 0.54 0.5
Hex C4 83 3C 0 21 45 17 1F 36 32
Octal 304 203 74 0 41 105 27 37 66 62
Binary 11000100 10000011 111100 0 100001 1000101 10111 11111 110110 110010

Color Harmonies of #C4833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4833C

Black with #C4833C

Text Example


Text Example

White with #C4833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4833C; }

 p { color: rgb(196,131,60); }

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

background-color css

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

 a { background-color: rgb(196,131,60); }

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

border-color css

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

 span { border-color: rgb(196,131,60); }

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