Html Css Color HEX #C97936 Bronze

📋 copy color: '#C97936'

red 201 ◦ green 121 ◦ blue 54

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

Shades of Bronze #C97936

Tints of Bronze #C97936

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 53.46%
G = 32.18%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C97936 (or 0xC97936) is known color: Bronze. HEX triplet: C9, 79 and 36. RGB value is (201,121,54). Sum of RGB (Red+Green+Blue) = 201+121+54=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97936 is #3686C9. Grayscale: #898989. Windows color (decimal): -3573450 or 3570121. OLE color: 3570121.

HSL color Cylindrical-coordinate representation of color #C97936: hue angle of 27.35º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C97936 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 54 -
CMYK 0 0.40 0.73 0.21
HSL 27.35º 0.58% 0.5% -
HSV(B) 27.35º 0.73% 0.79% -
XYZ 31.59 26.36 6.91 -
YUV 137.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 201 121 54 0 0.40 0.73 0.21 27.35 0.58 0.5
Hex C9 79 36 0 28 49 15 1B 3A 32
Octal 311 171 66 0 50 111 25 33 72 62
Binary 11001001 1111001 110110 0 101000 1001001 10101 11011 111010 110010

Color Harmonies of #C97936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97936

Black with #C97936

Text Example


Text Example

White with #C97936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97936; }

 p { color: rgb(201,121,54); }

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

background-color css

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

 a { background-color: rgb(201,121,54); }

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

border-color css

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

 span { border-color: rgb(201,121,54); }

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