Html Css Color HEX #C37D38 Golden Bell

📋 copy color: '#C37D38'

red 195 ◦ green 125 ◦ blue 56

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

Shades of Golden Bell #C37D38

Tints of Golden Bell #C37D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 51.86%
G = 33.24%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C37D38 (or 0xC37D38) is known color: Golden Bell. HEX triplet: C3, 7D and 38. RGB value is (195,125,56). Sum of RGB (Red+Green+Blue) = 195+125+56=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D38 is #3C82C7. Grayscale: #8A8A8A. Windows color (decimal): -3965640 or 3702211. OLE color: 3702211.

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

Color convert

RGB 195 125 56 -
CMYK 0 0.36 0.71 0.24
HSL 29.78º 0.55% 0.49% -
HSV(B) 29.78º 0.71% 0.76% -
XYZ 30.55 26.55 7.26 -
YUV 138.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 195 125 56 0 0.36 0.71 0.24 29.78 0.55 0.49
Hex C3 7D 38 0 24 47 18 1E 37 31
Octal 303 175 70 0 44 107 30 36 67 61
Binary 11000011 1111101 111000 0 100100 1000111 11000 11110 110111 110001

Color Harmonies of #C37D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D38

Black with #C37D38

Text Example


Text Example

White with #C37D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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