Html Css Color HEX #C48134 Golden Bell

📋 copy color: '#C48134'

red 196 ◦ green 129 ◦ blue 52

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

Shades of Golden Bell #C48134

Tints of Golden Bell #C48134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 51.99%
G = 34.22%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48134 (or 0xC48134) is known color: Golden Bell. HEX triplet: C4, 81 and 34. RGB value is (196,129,52). Sum of RGB (Red+Green+Blue) = 196+129+52=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C48134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48134 is #3B7ECB. Grayscale: #8C8C8C. Windows color (decimal): -3899084 or 3441092. OLE color: 3441092.

HSL color Cylindrical-coordinate representation of color #C48134: hue angle of 32.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48134 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 52 -
CMYK 0 0.34 0.73 0.23
HSL 32.08º 0.58% 0.49% -
HSV(B) 32.08º 0.73% 0.77% -
XYZ 31.24 27.68 6.95 -
YUV 140.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 196 129 52 0 0.34 0.73 0.23 32.08 0.58 0.49
Hex C4 81 34 0 22 49 17 20 3A 31
Octal 304 201 64 0 42 111 27 40 72 61
Binary 11000100 10000001 110100 0 100010 1001001 10111 100000 111010 110001

Color Harmonies of #C48134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48134

Black with #C48134

Text Example


Text Example

White with #C48134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48134; }

 p { color: rgb(196,129,52); }

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

background-color css

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

 a { background-color: rgb(196,129,52); }

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

border-color css

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

 span { border-color: rgb(196,129,52); }

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