Html Css Color HEX #C28B24 Nugget

📋 copy color: '#C28B24'

red 194 ◦ green 139 ◦ blue 36

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

Shades of Nugget #C28B24

Tints of Nugget #C28B24

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 52.57%
G = 37.67%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28B24 (or 0xC28B24) is known color: Nugget. HEX triplet: C2, 8B and 24. RGB value is (194,139,36). Sum of RGB (Red+Green+Blue) = 194+139+36=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B24 is #3D74DB. Grayscale: #909090. Windows color (decimal): -4027612 or 2395074. OLE color: 2395074.

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

Color convert

RGB 194 139 36 -
CMYK 0 0.28 0.81 0.24
HSL 39.11º 0.69% 0.45% -
HSV(B) 39.11º 0.81% 0.76% -
XYZ 31.8 30.06 5.8 -
YUV 143.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 194 139 36 0 0.28 0.81 0.24 39.11 0.69 0.45
Hex C2 8B 24 0 1C 51 18 27 45 2D
Octal 302 213 44 0 34 121 30 47 105 55
Binary 11000010 10001011 100100 0 11100 1010001 11000 100111 1000101 101101

Color Harmonies of #C28B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B24

Black with #C28B24

Text Example


Text Example

White with #C28B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B24; }

 p { color: rgb(194,139,36); }

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

background-color css

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

 a { background-color: rgb(194,139,36); }

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

border-color css

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

 span { border-color: rgb(194,139,36); }

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