Html Css Color HEX #C97830 Bronze

📋 copy color: '#C97830'

red 201 ◦ green 120 ◦ blue 48

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

Shades of Bronze #C97830

Tints of Bronze #C97830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 54.47%
G = 32.52%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C97830 (or 0xC97830) is known color: Bronze. HEX triplet: C9, 78 and 30. RGB value is (201,120,48). Sum of RGB (Red+Green+Blue) = 201+120+48=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97830 is #3687CF. Grayscale: #888888. Windows color (decimal): -3573712 or 3176649. OLE color: 3176649.

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

Color convert

RGB 201 120 48 -
CMYK 0 0.40 0.76 0.21
HSL 28.24º 0.61% 0.49% -
HSV(B) 28.24º 0.76% 0.79% -
XYZ 31.34 26.06 6.18 -
YUV 136.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 201 120 48 0 0.40 0.76 0.21 28.24 0.61 0.49
Hex C9 78 30 0 28 4C 15 1C 3D 31
Octal 311 170 60 0 50 114 25 34 75 61
Binary 11001001 1111000 110000 0 101000 1001100 10101 11100 111101 110001

Color Harmonies of #C97830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97830

Black with #C97830

Text Example


Text Example

White with #C97830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97830; }

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

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

background-color css

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

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

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

border-color css

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

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

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