Html Css Color HEX #C37D37 Golden Bell

📋 copy color: '#C37D37'

red 195 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #C37D37

Tints of Golden Bell #C37D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 52%
G = 33.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C37D37 (or 0xC37D37) is known color: Golden Bell. HEX triplet: C3, 7D and 37. RGB value is (195,125,55). Sum of RGB (Red+Green+Blue) = 195+125+55=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D37 is #3C82C8. Grayscale: #8A8A8A. Windows color (decimal): -3965641 or 3636675. OLE color: 3636675.

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

Color convert

RGB 195 125 55 -
CMYK 0 0.36 0.72 0.24
HSL 30º 0.56% 0.49% -
HSV(B) 30º 0.72% 0.76% -
XYZ 30.53 26.55 7.13 -
YUV 137.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 195 125 55 0 0.36 0.72 0.24 30 0.56 0.49
Hex C3 7D 37 0 24 48 18 1E 38 31
Octal 303 175 67 0 44 110 30 36 70 61
Binary 11000011 1111101 110111 0 100100 1001000 11000 11110 111000 110001

Color Harmonies of #C37D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D37

Black with #C37D37

Text Example


Text Example

White with #C37D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D37; }

 p { color: rgb(195,125,55); }

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

background-color css

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

 a { background-color: rgb(195,125,55); }

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

border-color css

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

 span { border-color: rgb(195,125,55); }

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