Html Css Color HEX #C18822 Nugget

📋 copy color: '#C18822'

red 193 ◦ green 136 ◦ blue 34

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

Shades of Nugget #C18822

Tints of Nugget #C18822

RGB

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

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

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

R = 53.17%
G = 37.47%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C18822 (or 0xC18822) is known color: Nugget. HEX triplet: C1, 88 and 22. RGB value is (193,136,34). Sum of RGB (Red+Green+Blue) = 193+136+34=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18822 is #3E77DD. Grayscale: #8D8D8D. Windows color (decimal): -4093918 or 2263233. OLE color: 2263233.

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

Color convert

RGB 193 136 34 -
CMYK 0 0.30 0.82 0.24
HSL 38.49º 0.7% 0.45% -
HSV(B) 38.49º 0.82% 0.76% -
XYZ 31.09 29.06 5.48 -
YUV 141.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 193 136 34 0 0.30 0.82 0.24 38.49 0.7 0.45
Hex C1 88 22 0 1E 52 18 26 46 2D
Octal 301 210 42 0 36 122 30 46 106 55
Binary 11000001 10001000 100010 0 11110 1010010 11000 100110 1000110 101101

Color Harmonies of #C18822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18822

Black with #C18822

Text Example


Text Example

White with #C18822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18822; }

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

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

background-color css

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

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

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

border-color css

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

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

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