Html Css Color HEX #C08823 Nugget

📋 copy color: '#C08823'

red 192 ◦ green 136 ◦ blue 35

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

Shades of Nugget #C08823

Tints of Nugget #C08823

RGB

 RED value IS 192 (75.39% from 255) = 52.89%

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 52.89%
G = 37.47%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08823 (or 0xC08823) is known color: Nugget. HEX triplet: C0, 88 and 23. RGB value is (192,136,35). Sum of RGB (Red+Green+Blue) = 192+136+35=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08823 is #3F77DC. Grayscale: #8D8D8D. Windows color (decimal): -4159453 or 2328768. OLE color: 2328768.

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

Color convert

RGB 192 136 35 -
CMYK 0 0.29 0.82 0.25
HSL 38.6º 0.69% 0.45% -
HSV(B) 38.6º 0.82% 0.75% -
XYZ 30.85 28.94 5.55 -
YUV 141.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 192 136 35 0 0.29 0.82 0.25 38.6 0.69 0.45
Hex C0 88 23 0 1D 52 19 27 45 2D
Octal 300 210 43 0 35 122 31 47 105 55
Binary 11000000 10001000 100011 0 11101 1010010 11001 100111 1000101 101101

Color Harmonies of #C08823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08823

Black with #C08823

Text Example


Text Example

White with #C08823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08823; }

 p { color: rgb(192,136,35); }

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

background-color css

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

 a { background-color: rgb(192,136,35); }

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

border-color css

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

 span { border-color: rgb(192,136,35); }

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