Html Css Color HEX #C18A1F Nugget

📋 copy color: '#C18A1F'

red 193 ◦ green 138 ◦ blue 31

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

Shades of Nugget #C18A1F

Tints of Nugget #C18A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 53.31%
G = 38.12%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C18A1F (or 0xC18A1F) is known color: Nugget. HEX triplet: C1, 8A and 1F. RGB value is (193,138,31). Sum of RGB (Red+Green+Blue) = 193+138+31=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A1F is #3E75E0. Grayscale: #8E8E8E. Windows color (decimal): -4093409 or 2067137. OLE color: 2067137.

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

Color convert

RGB 193 138 31 -
CMYK 0 0.28 0.84 0.24
HSL 39.63º 0.72% 0.44% -
HSV(B) 39.63º 0.84% 0.76% -
XYZ 31.33 29.61 5.36 -
YUV 142.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 193 138 31 0 0.28 0.84 0.24 39.63 0.72 0.44
Hex C1 8A 1F 0 1C 54 18 28 48 2C
Octal 301 212 37 0 34 124 30 50 110 54
Binary 11000001 10001010 11111 0 11100 1010100 11000 101000 1001000 101100

Color Harmonies of #C18A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A1F

Black with #C18A1F

Text Example


Text Example

White with #C18A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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