Html Css Color HEX #C97935 Bronze

📋 copy color: '#C97935'

red 201 ◦ green 121 ◦ blue 53

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

Shades of Bronze #C97935

Tints of Bronze #C97935

RGB

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

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

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

R = 53.6%
G = 32.27%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C97935 (or 0xC97935) is known color: Bronze. HEX triplet: C9, 79 and 35. RGB value is (201,121,53). Sum of RGB (Red+Green+Blue) = 201+121+53=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C97935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97935 is #3686CA. Grayscale: #898989. Windows color (decimal): -3573451 or 3504585. OLE color: 3504585.

HSL color Cylindrical-coordinate representation of color #C97935: hue angle of 27.57º 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 #C97935 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 53 -
CMYK 0 0.40 0.74 0.21
HSL 27.57º 0.58% 0.5% -
HSV(B) 27.57º 0.74% 0.79% -
XYZ 31.57 26.35 6.79 -
YUV 137.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 201 121 53 0 0.40 0.74 0.21 27.57 0.58 0.5
Hex C9 79 35 0 28 4A 15 1C 3A 32
Octal 311 171 65 0 50 112 25 34 72 62
Binary 11001001 1111001 110101 0 101000 1001010 10101 11100 111010 110010

Color Harmonies of #C97935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97935

Black with #C97935

Text Example


Text Example

White with #C97935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97935; }

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

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

background-color css

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

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

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

border-color css

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

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

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