Html Css Color HEX #C97834 Bronze

📋 copy color: '#C97834'

red 201 ◦ green 120 ◦ blue 52

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

Shades of Bronze #C97834

Tints of Bronze #C97834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 53.89%
G = 32.17%
B = 13.94%

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

#C97834 (or 0xC97834) is known color: Bronze. HEX triplet: C9, 78 and 34. RGB value is (201,120,52). Sum of RGB (Red+Green+Blue) = 201+120+52=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C97834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97834 is #3687CB. Grayscale: #888888. Windows color (decimal): -3573708 or 3438793. OLE color: 3438793.

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

Color convert

RGB 201 120 52 -
CMYK 0 0.40 0.74 0.21
HSL 27.38º 0.59% 0.5% -
HSV(B) 27.38º 0.74% 0.79% -
XYZ 31.42 26.1 6.63 -
YUV 136.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 201 120 52 0 0.40 0.74 0.21 27.38 0.59 0.5
Hex C9 78 34 0 28 4A 15 1B 3B 32
Octal 311 170 64 0 50 112 25 33 73 62
Binary 11001001 1111000 110100 0 101000 1001010 10101 11011 111011 110010

Color Harmonies of #C97834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97834

Black with #C97834

Text Example


Text Example

White with #C97834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97834; }

 p { color: rgb(201,120,52); }

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

background-color css

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

 a { background-color: rgb(201,120,52); }

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

border-color css

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

 span { border-color: rgb(201,120,52); }

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