Html Css Color HEX #C18A22 Nugget

📋 copy color: '#C18A22'

red 193 ◦ green 138 ◦ blue 34

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

Shades of Nugget #C18A22

Tints of Nugget #C18A22

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 52.88%
G = 37.81%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C18A22 (or 0xC18A22) is known color: Nugget. HEX triplet: C1, 8A and 22. RGB value is (193,138,34). Sum of RGB (Red+Green+Blue) = 193+138+34=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A22 is #3E75DD. Grayscale: #8F8F8F. Windows color (decimal): -4093406 or 2263745. OLE color: 2263745.

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

Color convert

RGB 193 138 34 -
CMYK 0 0.28 0.82 0.24
HSL 39.25º 0.7% 0.45% -
HSV(B) 39.25º 0.82% 0.76% -
XYZ 31.37 29.63 5.58 -
YUV 142.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 193 138 34 0 0.28 0.82 0.24 39.25 0.7 0.45
Hex C1 8A 22 0 1C 52 18 27 46 2D
Octal 301 212 42 0 34 122 30 47 106 55
Binary 11000001 10001010 100010 0 11100 1010010 11000 100111 1000110 101101

Color Harmonies of #C18A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A22

Black with #C18A22

Text Example


Text Example

White with #C18A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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