Html Css Color HEX #CF7931 Bronze

📋 copy color: '#CF7931'

red 207 ◦ green 121 ◦ blue 49

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

Shades of Bronze #CF7931

Tints of Bronze #CF7931

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

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

R = 54.91%
G = 32.1%
B = 13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF7931 (or 0xCF7931) is known color: Bronze. HEX triplet: CF, 79 and 31. RGB value is (207,121,49). Sum of RGB (Red+Green+Blue) = 207+121+49=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7931 is #3086CE. Grayscale: #8A8A8A. Windows color (decimal): -3180239 or 3242447. OLE color: 3242447.

HSL color Cylindrical-coordinate representation of color #CF7931: hue angle of 27.34º 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 #CF7931 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 49 -
CMYK 0 0.42 0.76 0.19
HSL 27.34º 0.62% 0.5% -
HSV(B) 27.34º 0.76% 0.81% -
XYZ 33.12 27.16 6.4 -
YUV 138.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 207 121 49 0 0.42 0.76 0.19 27.34 0.62 0.5
Hex CF 79 31 0 2A 4C 13 1B 3E 32
Octal 317 171 61 0 52 114 23 33 76 62
Binary 11001111 1111001 110001 0 101010 1001100 10011 11011 111110 110010

Color Harmonies of #CF7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7931

Black with #CF7931

Text Example


Text Example

White with #CF7931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7931; }

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

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

background-color css

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

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

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

border-color css

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

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

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