Html Css Color HEX #CF7938 Bronze

📋 copy color: '#CF7938'

red 207 ◦ green 121 ◦ blue 56

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

Shades of Bronze #CF7938

Tints of Bronze #CF7938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.58%

R = 53.91%
G = 31.51%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF7938 (or 0xCF7938) is known color: Bronze. HEX triplet: CF, 79 and 38. RGB value is (207,121,56). Sum of RGB (Red+Green+Blue) = 207+121+56=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7938 is #3086C7. Grayscale: #8B8B8B. Windows color (decimal): -3180232 or 3701199. OLE color: 3701199.

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

Color convert

RGB 207 121 56 -
CMYK 0 0.42 0.73 0.19
HSL 25.83º 0.61% 0.52% -
HSV(B) 25.83º 0.73% 0.81% -
XYZ 33.28 27.23 7.24 -
YUV 139.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 207 121 56 0 0.42 0.73 0.19 25.83 0.61 0.52
Hex CF 79 38 0 2A 49 13 1A 3D 34
Octal 317 171 70 0 52 111 23 32 75 64
Binary 11001111 1111001 111000 0 101010 1001001 10011 11010 111101 110100

Color Harmonies of #CF7938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7938

Black with #CF7938

Text Example


Text Example

White with #CF7938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7938; }

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

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

background-color css

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

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

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

border-color css

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

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

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