Html Css Color HEX #C97D32 Bronze

📋 copy color: '#C97D32'

red 201 ◦ green 125 ◦ blue 50

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

Shades of Bronze #C97D32

Tints of Bronze #C97D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 53.46%
G = 33.24%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C97D32 (or 0xC97D32) is known color: Bronze. HEX triplet: C9, 7D and 32. RGB value is (201,125,50). Sum of RGB (Red+Green+Blue) = 201+125+50=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D32 is #3682CD. Grayscale: #8B8B8B. Windows color (decimal): -3572430 or 3309001. OLE color: 3309001.

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

Color convert

RGB 201 125 50 -
CMYK 0 0.38 0.75 0.21
HSL 29.8º 0.6% 0.49% -
HSV(B) 29.8º 0.75% 0.79% -
XYZ 32 27.32 6.6 -
YUV 139.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 201 125 50 0 0.38 0.75 0.21 29.8 0.6 0.49
Hex C9 7D 32 0 26 4B 15 1E 3C 31
Octal 311 175 62 0 46 113 25 36 74 61
Binary 11001001 1111101 110010 0 100110 1001011 10101 11110 111100 110001

Color Harmonies of #C97D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D32

Black with #C97D32

Text Example


Text Example

White with #C97D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D32; }

 p { color: rgb(201,125,50); }

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

background-color css

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

 a { background-color: rgb(201,125,50); }

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

border-color css

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

 span { border-color: rgb(201,125,50); }

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