Html Css Color HEX #C3921E Nugget

📋 copy color: '#C3921E'

red 195 ◦ green 146 ◦ blue 30

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

Shades of Nugget #C3921E

Tints of Nugget #C3921E

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 52.56%
G = 39.35%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3921E (or 0xC3921E) is known color: Nugget. HEX triplet: C3, 92 and 1E. RGB value is (195,146,30). Sum of RGB (Red+Green+Blue) = 195+146+30=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3921E is #3C6DE1. Grayscale: #939393. Windows color (decimal): -3960290 or 2003651. OLE color: 2003651.

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

Color convert

RGB 195 146 30 -
CMYK 0 0.25 0.85 0.24
HSL 42.18º 0.73% 0.44% -
HSV(B) 42.18º 0.85% 0.76% -
XYZ 33.02 32.25 5.71 -
YUV 147.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 195 146 30 0 0.25 0.85 0.24 42.18 0.73 0.44
Hex C3 92 1E 0 19 55 18 2A 49 2C
Octal 303 222 36 0 31 125 30 52 111 54
Binary 11000011 10010010 11110 0 11001 1010101 11000 101010 1001001 101100

Color Harmonies of #C3921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3921E

Black with #C3921E

Text Example


Text Example

White with #C3921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3921E; }

 p { color: rgb(195,146,30); }

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

background-color css

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

 a { background-color: rgb(195,146,30); }

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

border-color css

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

 span { border-color: rgb(195,146,30); }

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