Html Css Color HEX #C28820 Nugget

📋 copy color: '#C28820'

red 194 ◦ green 136 ◦ blue 32

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

Shades of Nugget #C28820

Tints of Nugget #C28820

RGB

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

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

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

R = 53.59%
G = 37.57%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C28820 (or 0xC28820) is known color: Nugget. HEX triplet: C2, 88 and 20. RGB value is (194,136,32). Sum of RGB (Red+Green+Blue) = 194+136+32=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C28820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28820 is #3D77DF. Grayscale: #8D8D8D. Windows color (decimal): -4028384 or 2132162. OLE color: 2132162.

HSL color Cylindrical-coordinate representation of color #C28820: hue angle of 38.52º 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 #C28820 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 32 -
CMYK 0 0.30 0.84 0.24
HSL 38.52º 0.72% 0.44% -
HSV(B) 38.52º 0.84% 0.76% -
XYZ 31.31 29.18 5.35 -
YUV 141.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 194 136 32 0 0.30 0.84 0.24 38.52 0.72 0.44
Hex C2 88 20 0 1E 54 18 27 48 2C
Octal 302 210 40 0 36 124 30 47 110 54
Binary 11000010 10001000 100000 0 11110 1010100 11000 100111 1001000 101100

Color Harmonies of #C28820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28820

Black with #C28820

Text Example


Text Example

White with #C28820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28820; }

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

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

background-color css

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

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

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

border-color css

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

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

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