Html Css Color HEX #CF7939 Bronze

📋 copy color: '#CF7939'

red 207 ◦ green 121 ◦ blue 57

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

Shades of Bronze #CF7939

Tints of Bronze #CF7939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 53.77%
G = 31.43%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF7939 (or 0xCF7939) is known color: Bronze. HEX triplet: CF, 79 and 39. RGB value is (207,121,57). Sum of RGB (Red+Green+Blue) = 207+121+57=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7939 is #3086C6. Grayscale: #8B8B8B. Windows color (decimal): -3180231 or 3766735. OLE color: 3766735.

HSL color Cylindrical-coordinate representation of color #CF7939: hue angle of 25.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF7939 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 57 -
CMYK 0 0.42 0.72 0.19
HSL 25.6º 0.61% 0.52% -
HSV(B) 25.6º 0.72% 0.81% -
XYZ 33.31 27.24 7.37 -
YUV 139.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 207 121 57 0 0.42 0.72 0.19 25.6 0.61 0.52
Hex CF 79 39 0 2A 48 13 1A 3D 34
Octal 317 171 71 0 52 110 23 32 75 64
Binary 11001111 1111001 111001 0 101010 1001000 10011 11010 111101 110100

Color Harmonies of #CF7939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7939

Black with #CF7939

Text Example


Text Example

White with #CF7939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7939; }

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

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

background-color css

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

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

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

border-color css

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

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

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