Html Css Color HEX #C78135 Golden Bell

📋 copy color: '#C78135'

red 199 ◦ green 129 ◦ blue 53

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

Shades of Golden Bell #C78135

Tints of Golden Bell #C78135

RGB

 RED value IS 199 (78.13% from 255) = 52.23%

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

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 52.23%
G = 33.86%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C78135 (or 0xC78135) is known color: Golden Bell. HEX triplet: C7, 81 and 35. RGB value is (199,129,53). Sum of RGB (Red+Green+Blue) = 199+129+53=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C78135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78135 is #387ECA. Grayscale: #8D8D8D. Windows color (decimal): -3702475 or 3506631. OLE color: 3506631.

HSL color Cylindrical-coordinate representation of color #C78135: hue angle of 31.23º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C78135 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 53 -
CMYK 0 0.35 0.73 0.22
HSL 31.23º 0.58% 0.49% -
HSV(B) 31.23º 0.73% 0.78% -
XYZ 32.05 28.1 7.1 -
YUV 141.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 199 129 53 0 0.35 0.73 0.22 31.23 0.58 0.49
Hex C7 81 35 0 23 49 16 1F 3A 31
Octal 307 201 65 0 43 111 26 37 72 61
Binary 11000111 10000001 110101 0 100011 1001001 10110 11111 111010 110001

Color Harmonies of #C78135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78135

Black with #C78135

Text Example


Text Example

White with #C78135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78135; }

 p { color: rgb(199,129,53); }

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

background-color css

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

 a { background-color: rgb(199,129,53); }

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

border-color css

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

 span { border-color: rgb(199,129,53); }

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