Html Css Color HEX #C28821 Nugget

📋 copy color: '#C28821'

red 194 ◦ green 136 ◦ blue 33

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

Shades of Nugget #C28821

Tints of Nugget #C28821

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 33 (13.28% from 255) = 9.09%

R = 53.44%
G = 37.47%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C28821 (or 0xC28821) is known color: Nugget. HEX triplet: C2, 88 and 21. RGB value is (194,136,33). Sum of RGB (Red+Green+Blue) = 194+136+33=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28821 is #3D77DE. Grayscale: #8E8E8E. Windows color (decimal): -4028383 or 2197698. OLE color: 2197698.

HSL color Cylindrical-coordinate representation of color #C28821: hue angle of 38.39º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C28821 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 33 -
CMYK 0 0.30 0.83 0.24
HSL 38.39º 0.71% 0.45% -
HSV(B) 38.39º 0.83% 0.76% -
XYZ 31.33 29.19 5.42 -
YUV 141.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 194 136 33 0 0.30 0.83 0.24 38.39 0.71 0.45
Hex C2 88 21 0 1E 53 18 26 47 2D
Octal 302 210 41 0 36 123 30 46 107 55
Binary 11000010 10001000 100001 0 11110 1010011 11000 100110 1000111 101101

Color Harmonies of #C28821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28821

Black with #C28821

Text Example


Text Example

White with #C28821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28821; }

 p { color: rgb(194,136,33); }

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

background-color css

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

 a { background-color: rgb(194,136,33); }

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

border-color css

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

 span { border-color: rgb(194,136,33); }

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