Html Css Color HEX #C97A35 Bronze

📋 copy color: '#C97A35'

red 201 ◦ green 122 ◦ blue 53

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

Shades of Bronze #C97A35

Tints of Bronze #C97A35

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 53.46%
G = 32.45%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C97A35 (or 0xC97A35) is known color: Bronze. HEX triplet: C9, 7A and 35. RGB value is (201,122,53). Sum of RGB (Red+Green+Blue) = 201+122+53=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A35 is #3685CA. Grayscale: #8A8A8A. Windows color (decimal): -3573195 or 3504841. OLE color: 3504841.

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

Color convert

RGB 201 122 53 -
CMYK 0 0.39 0.74 0.21
HSL 27.97º 0.58% 0.5% -
HSV(B) 27.97º 0.74% 0.79% -
XYZ 31.69 26.59 6.83 -
YUV 137.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 201 122 53 0 0.39 0.74 0.21 27.97 0.58 0.5
Hex C9 7A 35 0 27 4A 15 1C 3A 32
Octal 311 172 65 0 47 112 25 34 72 62
Binary 11001001 1111010 110101 0 100111 1001010 10101 11100 111010 110010

Color Harmonies of #C97A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A35

Black with #C97A35

Text Example


Text Example

White with #C97A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A35; }

 p { color: rgb(201,122,53); }

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

background-color css

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

 a { background-color: rgb(201,122,53); }

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

border-color css

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

 span { border-color: rgb(201,122,53); }

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