Html Css Color HEX #CF7731 Bronze

📋 copy color: '#CF7731'

red 207 ◦ green 119 ◦ blue 49

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

Shades of Bronze #CF7731

Tints of Bronze #CF7731

RGB

 RED value IS 207 (81.25% from 255) = 55.2%

 GREEN value IS 119 (46.88% from 255) = 31.73%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 55.2%
G = 31.73%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF7731 (or 0xCF7731) is known color: Bronze. HEX triplet: CF, 77 and 31. RGB value is (207,119,49). Sum of RGB (Red+Green+Blue) = 207+119+49=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7731 is #3088CE. Grayscale: #898989. Windows color (decimal): -3180751 or 3241935. OLE color: 3241935.

HSL color Cylindrical-coordinate representation of color #CF7731: hue angle of 26.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7731 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 49 -
CMYK 0 0.43 0.76 0.19
HSL 26.58º 0.62% 0.5% -
HSV(B) 26.58º 0.76% 0.81% -
XYZ 32.88 26.68 6.32 -
YUV 137.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 207 119 49 0 0.43 0.76 0.19 26.58 0.62 0.5
Hex CF 77 31 0 2B 4C 13 1B 3E 32
Octal 317 167 61 0 53 114 23 33 76 62
Binary 11001111 1110111 110001 0 101011 1001100 10011 11011 111110 110010

Color Harmonies of #CF7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7731

Black with #CF7731

Text Example


Text Example

White with #CF7731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7731; }

 p { color: rgb(207,119,49); }

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

background-color css

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

 a { background-color: rgb(207,119,49); }

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

border-color css

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

 span { border-color: rgb(207,119,49); }

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