Html Css Color HEX #C4921E Nugget

📋 copy color: '#C4921E'

red 196 ◦ green 146 ◦ blue 30

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

Shades of Nugget #C4921E

Tints of Nugget #C4921E

RGB

 RED value IS 196 (76.95% from 255) = 52.69%

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

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

R = 52.69%
G = 39.25%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4921E (or 0xC4921E) is known color: Nugget. HEX triplet: C4, 92 and 1E. RGB value is (196,146,30). Sum of RGB (Red+Green+Blue) = 196+146+30=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4921E is #3B6DE1. Grayscale: #949494. Windows color (decimal): -3894754 or 2003652. OLE color: 2003652.

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

Color convert

RGB 196 146 30 -
CMYK 0 0.26 0.85 0.23
HSL 41.93º 0.73% 0.44% -
HSV(B) 41.93º 0.85% 0.77% -
XYZ 33.28 32.39 5.73 -
YUV 147.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 196 146 30 0 0.26 0.85 0.23 41.93 0.73 0.44
Hex C4 92 1E 0 1A 55 17 2A 49 2C
Octal 304 222 36 0 32 125 27 52 111 54
Binary 11000100 10010010 11110 0 11010 1010101 10111 101010 1001001 101100

Color Harmonies of #C4921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4921E

Black with #C4921E

Text Example


Text Example

White with #C4921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4921E; }

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

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

background-color css

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

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

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

border-color css

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

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

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