Html Css Color HEX #C37D33 Golden Bell

📋 copy color: '#C37D33'

red 195 ◦ green 125 ◦ blue 51

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

Shades of Golden Bell #C37D33

Tints of Golden Bell #C37D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 52.56%
G = 33.69%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C37D33 (or 0xC37D33) is known color: Golden Bell. HEX triplet: C3, 7D and 33. RGB value is (195,125,51). Sum of RGB (Red+Green+Blue) = 195+125+51=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D33 is #3C82CC. Grayscale: #898989. Windows color (decimal): -3965645 or 3374531. OLE color: 3374531.

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

Color convert

RGB 195 125 51 -
CMYK 0 0.36 0.74 0.24
HSL 30.83º 0.59% 0.48% -
HSV(B) 30.83º 0.74% 0.76% -
XYZ 30.44 26.51 6.64 -
YUV 137.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 195 125 51 0 0.36 0.74 0.24 30.83 0.59 0.48
Hex C3 7D 33 0 24 4A 18 1F 3B 30
Octal 303 175 63 0 44 112 30 37 73 60
Binary 11000011 1111101 110011 0 100100 1001010 11000 11111 111011 110000

Color Harmonies of #C37D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D33

Black with #C37D33

Text Example


Text Example

White with #C37D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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