Html Css Color HEX #C18922 Nugget

📋 copy color: '#C18922'

red 193 ◦ green 137 ◦ blue 34

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

Shades of Nugget #C18922

Tints of Nugget #C18922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 53.02%
G = 37.64%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C18922 (or 0xC18922) is known color: Nugget. HEX triplet: C1, 89 and 22. RGB value is (193,137,34). Sum of RGB (Red+Green+Blue) = 193+137+34=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18922 is #3E76DD. Grayscale: #8E8E8E. Windows color (decimal): -4093662 or 2263489. OLE color: 2263489.

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

Color convert

RGB 193 137 34 -
CMYK 0 0.29 0.82 0.24
HSL 38.87º 0.7% 0.45% -
HSV(B) 38.87º 0.82% 0.76% -
XYZ 31.23 29.34 5.53 -
YUV 142 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 193 137 34 0 0.29 0.82 0.24 38.87 0.7 0.45
Hex C1 89 22 0 1D 52 18 27 46 2D
Octal 301 211 42 0 35 122 30 47 106 55
Binary 11000001 10001001 100010 0 11101 1010010 11000 100111 1000110 101101

Color Harmonies of #C18922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18922

Black with #C18922

Text Example


Text Example

White with #C18922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18922; }

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

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

background-color css

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

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

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

border-color css

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

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

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