Html Css Color HEX #C37C34 Golden Bell

📋 copy color: '#C37C34'

red 195 ◦ green 124 ◦ blue 52

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

Shades of Golden Bell #C37C34

Tints of Golden Bell #C37C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 52.56%
G = 33.42%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C37C34 (or 0xC37C34) is known color: Golden Bell. HEX triplet: C3, 7C and 34. RGB value is (195,124,52). Sum of RGB (Red+Green+Blue) = 195+124+52=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C34 is #3C83CB. Grayscale: #898989. Windows color (decimal): -3965900 or 3439811. OLE color: 3439811.

HSL color Cylindrical-coordinate representation of color #C37C34: hue angle of 30.21º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37C34 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 52 -
CMYK 0 0.36 0.73 0.24
HSL 30.21º 0.58% 0.48% -
HSV(B) 30.21º 0.73% 0.76% -
XYZ 30.33 26.27 6.72 -
YUV 137.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 195 124 52 0 0.36 0.73 0.24 30.21 0.58 0.48
Hex C3 7C 34 0 24 49 18 1E 3A 30
Octal 303 174 64 0 44 111 30 36 72 60
Binary 11000011 1111100 110100 0 100100 1001001 11000 11110 111010 110000

Color Harmonies of #C37C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C34

Black with #C37C34

Text Example


Text Example

White with #C37C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C34; }

 p { color: rgb(195,124,52); }

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

background-color css

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

 a { background-color: rgb(195,124,52); }

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

border-color css

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

 span { border-color: rgb(195,124,52); }

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