Html Css Color HEX #C18921 Nugget

📋 copy color: '#C18921'

red 193 ◦ green 137 ◦ blue 33

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

Shades of Nugget #C18921

Tints of Nugget #C18921

RGB

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

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

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

R = 53.17%
G = 37.74%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18921 (or 0xC18921) is known color: Nugget. HEX triplet: C1, 89 and 21. RGB value is (193,137,33). Sum of RGB (Red+Green+Blue) = 193+137+33=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18921 is #3E76DE. Grayscale: #8E8E8E. Windows color (decimal): -4093663 or 2197953. OLE color: 2197953.

HSL color Cylindrical-coordinate representation of color #C18921: hue angle of 39º degrees, saturation: 0.71, 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 #C18921 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 33 -
CMYK 0 0.29 0.83 0.24
HSL 39º 0.71% 0.44% -
HSV(B) 39º 0.83% 0.76% -
XYZ 31.21 29.34 5.46 -
YUV 141.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 193 137 33 0 0.29 0.83 0.24 39 0.71 0.44
Hex C1 89 21 0 1D 53 18 27 47 2C
Octal 301 211 41 0 35 123 30 47 107 54
Binary 11000001 10001001 100001 0 11101 1010011 11000 100111 1000111 101100

Color Harmonies of #C18921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18921

Black with #C18921

Text Example


Text Example

White with #C18921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18921; }

 p { color: rgb(193,137,33); }

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

background-color css

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

 a { background-color: rgb(193,137,33); }

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

border-color css

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

 span { border-color: rgb(193,137,33); }

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