Html Css Color HEX #C28920 Nugget

📋 copy color: '#C28920'

red 194 ◦ green 137 ◦ blue 32

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

Shades of Nugget #C28920

Tints of Nugget #C28920

RGB

 RED value IS 194 (76.17% from 255) = 53.44%

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 53.44%
G = 37.74%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C28920 (or 0xC28920) is known color: Nugget. HEX triplet: C2, 89 and 20. RGB value is (194,137,32). Sum of RGB (Red+Green+Blue) = 194+137+32=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28920 is #3D76DF. Grayscale: #8E8E8E. Windows color (decimal): -4028128 or 2132418. OLE color: 2132418.

HSL color Cylindrical-coordinate representation of color #C28920: hue angle of 38.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28920 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 32 -
CMYK 0 0.29 0.84 0.24
HSL 38.89º 0.72% 0.44% -
HSV(B) 38.89º 0.84% 0.76% -
XYZ 31.45 29.46 5.4 -
YUV 142.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 194 137 32 0 0.29 0.84 0.24 38.89 0.72 0.44
Hex C2 89 20 0 1D 54 18 27 48 2C
Octal 302 211 40 0 35 124 30 47 110 54
Binary 11000010 10001001 100000 0 11101 1010100 11000 100111 1001000 101100

Color Harmonies of #C28920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28920

Black with #C28920

Text Example


Text Example

White with #C28920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28920; }

 p { color: rgb(194,137,32); }

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

background-color css

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

 a { background-color: rgb(194,137,32); }

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

border-color css

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

 span { border-color: rgb(194,137,32); }

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