Html Css Color HEX #C28923 Nugget

📋 copy color: '#C28923'

red 194 ◦ green 137 ◦ blue 35

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

Shades of Nugget #C28923

Tints of Nugget #C28923

RGB

 RED value IS 194 (76.17% from 255) = 53.01%

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

 BLUE value IS 35 (14.06% from 255) = 9.56%

R = 53.01%
G = 37.43%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28923 (or 0xC28923) is known color: Nugget. HEX triplet: C2, 89 and 23. RGB value is (194,137,35). Sum of RGB (Red+Green+Blue) = 194+137+35=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28923 is #3D76DC. Grayscale: #8E8E8E. Windows color (decimal): -4028125 or 2329026. OLE color: 2329026.

HSL color Cylindrical-coordinate representation of color #C28923: hue angle of 38.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C28923 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 35 -
CMYK 0 0.29 0.82 0.24
HSL 38.49º 0.69% 0.45% -
HSV(B) 38.49º 0.82% 0.76% -
XYZ 31.5 29.48 5.62 -
YUV 142.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 194 137 35 0 0.29 0.82 0.24 38.49 0.69 0.45
Hex C2 89 23 0 1D 52 18 26 45 2D
Octal 302 211 43 0 35 122 30 46 105 55
Binary 11000010 10001001 100011 0 11101 1010010 11000 100110 1000101 101101

Color Harmonies of #C28923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28923

Black with #C28923

Text Example


Text Example

White with #C28923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28923; }

 p { color: rgb(194,137,35); }

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

background-color css

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

 a { background-color: rgb(194,137,35); }

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

border-color css

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

 span { border-color: rgb(194,137,35); }

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