Html Css Color HEX #C4902E Nugget

📋 copy color: '#C4902E'

red 196 ◦ green 144 ◦ blue 46

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

Shades of Nugget #C4902E

Tints of Nugget #C4902E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 50.78%
G = 37.31%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4902E (or 0xC4902E) is known color: Nugget. HEX triplet: C4, 90 and 2E. RGB value is (196,144,46). Sum of RGB (Red+Green+Blue) = 196+144+46=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4902E is #3B6FD1. Grayscale: #949494. Windows color (decimal): -3895250 or 3051716. OLE color: 3051716.

HSL color Cylindrical-coordinate representation of color #C4902E: hue angle of 39.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4902E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 46 -
CMYK 0 0.27 0.77 0.23
HSL 39.2º 0.62% 0.47% -
HSV(B) 39.2º 0.77% 0.77% -
XYZ 33.23 31.88 6.99 -
YUV 148.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 196 144 46 0 0.27 0.77 0.23 39.2 0.62 0.47
Hex C4 90 2E 0 1B 4D 17 27 3E 2F
Octal 304 220 56 0 33 115 27 47 76 57
Binary 11000100 10010000 101110 0 11011 1001101 10111 100111 111110 101111

Color Harmonies of #C4902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4902E

Black with #C4902E

Text Example


Text Example

White with #C4902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4902E; }

 p { color: rgb(196,144,46); }

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

background-color css

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

 a { background-color: rgb(196,144,46); }

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

border-color css

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

 span { border-color: rgb(196,144,46); }

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