Html Css Color HEX #CF7733 Bronze

📋 copy color: '#CF7733'

red 207 ◦ green 119 ◦ blue 51

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

Shades of Bronze #CF7733

Tints of Bronze #CF7733

RGB

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

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

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

R = 54.91%
G = 31.56%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF7733 (or 0xCF7733) is known color: Bronze. HEX triplet: CF, 77 and 33. RGB value is (207,119,51). Sum of RGB (Red+Green+Blue) = 207+119+51=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7733 is #3088CC. Grayscale: #898989. Windows color (decimal): -3180749 or 3373007. OLE color: 3373007.

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

Color convert

RGB 207 119 51 -
CMYK 0 0.43 0.75 0.19
HSL 26.15º 0.62% 0.51% -
HSV(B) 26.15º 0.75% 0.81% -
XYZ 32.93 26.7 6.55 -
YUV 137.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 207 119 51 0 0.43 0.75 0.19 26.15 0.62 0.51
Hex CF 77 33 0 2B 4B 13 1A 3E 33
Octal 317 167 63 0 53 113 23 32 76 63
Binary 11001111 1110111 110011 0 101011 1001011 10011 11010 111110 110011

Color Harmonies of #CF7733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7733

Black with #CF7733

Text Example


Text Example

White with #CF7733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7733; }

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

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

background-color css

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

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

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

border-color css

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

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

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