Html Css Color HEX #C18820 Nugget

📋 copy color: '#C18820'

red 193 ◦ green 136 ◦ blue 32

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

Shades of Nugget #C18820

Tints of Nugget #C18820

RGB

 RED value IS 193 (75.78% from 255) = 53.46%

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

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

R = 53.46%
G = 37.67%
B = 8.86%

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

#C18820 (or 0xC18820) is known color: Nugget. HEX triplet: C1, 88 and 20. RGB value is (193,136,32). Sum of RGB (Red+Green+Blue) = 193+136+32=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C18820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18820 is #3E77DF. Grayscale: #8D8D8D. Windows color (decimal): -4093920 or 2132161. OLE color: 2132161.

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

Color convert

RGB 193 136 32 -
CMYK 0 0.30 0.83 0.24
HSL 38.76º 0.72% 0.44% -
HSV(B) 38.76º 0.83% 0.76% -
XYZ 31.06 29.05 5.34 -
YUV 141.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 193 136 32 0 0.30 0.83 0.24 38.76 0.72 0.44
Hex C1 88 20 0 1E 53 18 27 48 2C
Octal 301 210 40 0 36 123 30 47 110 54
Binary 11000001 10001000 100000 0 11110 1010011 11000 100111 1001000 101100

Color Harmonies of #C18820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18820

Black with #C18820

Text Example


Text Example

White with #C18820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18820; }

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

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

background-color css

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

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

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

border-color css

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

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

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