Html Css Color HEX #C08746 Anzac

📋 copy color: '#C08746'

red 192 ◦ green 135 ◦ blue 70

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

Shades of Anzac #C08746

Tints of Anzac #C08746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 48.36%
G = 34.01%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C08746 (or 0xC08746) is known color: Anzac. HEX triplet: C0, 87 and 46. RGB value is (192,135,70). Sum of RGB (Red+Green+Blue) = 192+135+70=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08746 is #3F78B9. Grayscale: #909090. Windows color (decimal): -4159674 or 4622272. OLE color: 4622272.

HSL color Cylindrical-coordinate representation of color #C08746: hue angle of 31.97º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C08746 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 70 -
CMYK 0 0.30 0.64 0.25
HSL 31.97º 0.49% 0.51% -
HSV(B) 31.97º 0.64% 0.75% -
XYZ 31.51 28.98 9.73 -
YUV 144.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 192 135 70 0 0.30 0.64 0.25 31.97 0.49 0.51
Hex C0 87 46 0 1E 40 19 20 31 33
Octal 300 207 106 0 36 100 31 40 61 63
Binary 11000000 10000111 1000110 0 11110 1000000 11001 100000 110001 110011

Color Harmonies of #C08746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08746

Black with #C08746

Text Example


Text Example

White with #C08746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08746; }

 p { color: rgb(192,135,70); }

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

background-color css

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

 a { background-color: rgb(192,135,70); }

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

border-color css

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

 span { border-color: rgb(192,135,70); }

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