Html Css Color HEX #C97B33 Bronze

📋 copy color: '#C97B33'

red 201 ◦ green 123 ◦ blue 51

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

Shades of Bronze #C97B33

Tints of Bronze #C97B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 53.6%
G = 32.8%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C97B33 (or 0xC97B33) is known color: Bronze. HEX triplet: C9, 7B and 33. RGB value is (201,123,51). Sum of RGB (Red+Green+Blue) = 201+123+51=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B33 is #3684CC. Grayscale: #8A8A8A. Windows color (decimal): -3572941 or 3374025. OLE color: 3374025.

HSL color Cylindrical-coordinate representation of color #C97B33: hue angle of 28.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 #C97B33 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 123 51 -
CMYK 0 0.39 0.75 0.21
HSL 28.8º 0.6% 0.49% -
HSV(B) 28.8º 0.75% 0.79% -
XYZ 31.77 26.82 6.63 -
YUV 138.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 201 123 51 0 0.39 0.75 0.21 28.8 0.6 0.49
Hex C9 7B 33 0 27 4B 15 1D 3C 31
Octal 311 173 63 0 47 113 25 35 74 61
Binary 11001001 1111011 110011 0 100111 1001011 10101 11101 111100 110001

Color Harmonies of #C97B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B33

Black with #C97B33

Text Example


Text Example

White with #C97B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B33; }

 p { color: rgb(201,123,51); }

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

background-color css

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

 a { background-color: rgb(201,123,51); }

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

border-color css

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

 span { border-color: rgb(201,123,51); }

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