Html Css Color HEX #C4891E Nugget

📋 copy color: '#C4891E'

red 196 ◦ green 137 ◦ blue 30

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

Shades of Nugget #C4891E

Tints of Nugget #C4891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 53.99%
G = 37.74%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4891E (or 0xC4891E) is known color: Nugget. HEX triplet: C4, 89 and 1E. RGB value is (196,137,30). Sum of RGB (Red+Green+Blue) = 196+137+30=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4891E is #3B76E1. Grayscale: #8E8E8E. Windows color (decimal): -3897058 or 2001348. OLE color: 2001348.

HSL color Cylindrical-coordinate representation of color #C4891E: hue angle of 38.67º 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 #C4891E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 30 -
CMYK 0 0.30 0.85 0.23
HSL 38.67º 0.73% 0.44% -
HSV(B) 38.67º 0.85% 0.77% -
XYZ 31.94 29.72 5.28 -
YUV 142.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 196 137 30 0 0.30 0.85 0.23 38.67 0.73 0.44
Hex C4 89 1E 0 1E 55 17 27 49 2C
Octal 304 211 36 0 36 125 27 47 111 54
Binary 11000100 10001001 11110 0 11110 1010101 10111 100111 1001001 101100

Color Harmonies of #C4891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4891E

Black with #C4891E

Text Example


Text Example

White with #C4891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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