Html Css Color HEX #C38136 Golden Bell

📋 copy color: '#C38136'

red 195 ◦ green 129 ◦ blue 54

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

Shades of Golden Bell #C38136

Tints of Golden Bell #C38136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.29%

R = 51.59%
G = 34.13%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C38136 (or 0xC38136) is known color: Golden Bell. HEX triplet: C3, 81 and 36. RGB value is (195,129,54). Sum of RGB (Red+Green+Blue) = 195+129+54=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C38136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38136 is #3C7EC9. Grayscale: #8C8C8C. Windows color (decimal): -3964618 or 3572163. OLE color: 3572163.

HSL color Cylindrical-coordinate representation of color #C38136: hue angle of 31.91º degrees, saturation: 0.57, 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 #C38136 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 54 -
CMYK 0 0.34 0.72 0.24
HSL 31.91º 0.57% 0.49% -
HSV(B) 31.91º 0.72% 0.76% -
XYZ 31.02 27.57 7.18 -
YUV 140.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 195 129 54 0 0.34 0.72 0.24 31.91 0.57 0.49
Hex C3 81 36 0 22 48 18 20 39 31
Octal 303 201 66 0 42 110 30 40 71 61
Binary 11000011 10000001 110110 0 100010 1001000 11000 100000 111001 110001

Color Harmonies of #C38136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38136

Black with #C38136

Text Example


Text Example

White with #C38136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38136; }

 p { color: rgb(195,129,54); }

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

background-color css

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

 a { background-color: rgb(195,129,54); }

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

border-color css

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

 span { border-color: rgb(195,129,54); }

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