Html Css Color HEX #C0861F Nugget

📋 copy color: '#C0861F'

red 192 ◦ green 134 ◦ blue 31

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

Shades of Nugget #C0861F

Tints of Nugget #C0861F

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

 GREEN value IS 134 (52.73% from 255) = 37.54%

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

R = 53.78%
G = 37.54%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0861F (or 0xC0861F) is known color: Nugget. HEX triplet: C0, 86 and 1F. RGB value is (192,134,31). Sum of RGB (Red+Green+Blue) = 192+134+31=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0861F is #3F79E0. Grayscale: #8C8C8C. Windows color (decimal): -4159969 or 2066112. OLE color: 2066112.

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

Color convert

RGB 192 134 31 -
CMYK 0 0.30 0.84 0.25
HSL 38.39º 0.72% 0.44% -
HSV(B) 38.39º 0.84% 0.75% -
XYZ 30.51 28.36 5.16 -
YUV 139.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 192 134 31 0 0.30 0.84 0.25 38.39 0.72 0.44
Hex C0 86 1F 0 1E 54 19 26 48 2C
Octal 300 206 37 0 36 124 31 46 110 54
Binary 11000000 10000110 11111 0 11110 1010100 11001 100110 1001000 101100

Color Harmonies of #C0861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0861F

Black with #C0861F

Text Example


Text Example

White with #C0861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0861F; }

 p { color: rgb(192,134,31); }

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

background-color css

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

 a { background-color: rgb(192,134,31); }

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

border-color css

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

 span { border-color: rgb(192,134,31); }

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