Html Css Color HEX #C9772F Bronze

📋 copy color: '#C9772F'

red 201 ◦ green 119 ◦ blue 47

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

Shades of Bronze #C9772F

Tints of Bronze #C9772F

RGB

 RED value IS 201 (78.91% from 255) = 54.77%

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 54.77%
G = 32.43%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9772F (or 0xC9772F) is known color: Bronze. HEX triplet: C9, 77 and 2F. RGB value is (201,119,47). Sum of RGB (Red+Green+Blue) = 201+119+47=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9772F is #3688D0. Grayscale: #878787. Windows color (decimal): -3573969 or 3110857. OLE color: 3110857.

HSL color Cylindrical-coordinate representation of color #C9772F: hue angle of 28.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9772F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 47 -
CMYK 0 0.41 0.77 0.21
HSL 28.05º 0.62% 0.49% -
HSV(B) 28.05º 0.77% 0.79% -
XYZ 31.2 25.82 6.03 -
YUV 135.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 201 119 47 0 0.41 0.77 0.21 28.05 0.62 0.49
Hex C9 77 2F 0 29 4D 15 1C 3E 31
Octal 311 167 57 0 51 115 25 34 76 61
Binary 11001001 1110111 101111 0 101001 1001101 10101 11100 111110 110001

Color Harmonies of #C9772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9772F

Black with #C9772F

Text Example


Text Example

White with #C9772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9772F; }

 p { color: rgb(201,119,47); }

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

background-color css

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

 a { background-color: rgb(201,119,47); }

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

border-color css

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

 span { border-color: rgb(201,119,47); }

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