Html Css Color HEX #CC7833 Bronze

📋 copy color: '#CC7833'

red 204 ◦ green 120 ◦ blue 51

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

Shades of Bronze #CC7833

Tints of Bronze #CC7833

RGB

 RED value IS 204 (80.08% from 255) = 54.4%

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 54.4%
G = 32%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7833 (or 0xCC7833) is known color: Bronze. HEX triplet: CC, 78 and 33. RGB value is (204,120,51). Sum of RGB (Red+Green+Blue) = 204+120+51=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7833 is #3387CC. Grayscale: #898989. Windows color (decimal): -3377101 or 3373260. OLE color: 3373260.

HSL color Cylindrical-coordinate representation of color #CC7833: hue angle of 27.06º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7833 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 51 -
CMYK 0 0.41 0.75 0.2
HSL 27.06º 0.6% 0.5% -
HSV(B) 27.06º 0.75% 0.8% -
XYZ 32.22 26.51 6.55 -
YUV 137.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 204 120 51 0 0.41 0.75 0.2 27.06 0.6 0.5
Hex CC 78 33 0 29 4B 14 1B 3C 32
Octal 314 170 63 0 51 113 24 33 74 62
Binary 11001100 1111000 110011 0 101001 1001011 10100 11011 111100 110010

Color Harmonies of #CC7833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7833

Black with #CC7833

Text Example


Text Example

White with #CC7833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7833; }

 p { color: rgb(204,120,51); }

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

background-color css

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

 a { background-color: rgb(204,120,51); }

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

border-color css

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

 span { border-color: rgb(204,120,51); }

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