Html Css Color HEX #C4883A Anzac

📋 copy color: '#C4883A'

red 196 ◦ green 136 ◦ blue 58

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

Shades of Anzac #C4883A

Tints of Anzac #C4883A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 50.26%
G = 34.87%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4883A (or 0xC4883A) is known color: Anzac. HEX triplet: C4, 88 and 3A. RGB value is (196,136,58). Sum of RGB (Red+Green+Blue) = 196+136+58=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4883A is #3B77C5. Grayscale: #919191. Windows color (decimal): -3897286 or 3836100. OLE color: 3836100.

HSL color Cylindrical-coordinate representation of color #C4883A: hue angle of 33.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4883A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 58 -
CMYK 0 0.31 0.70 0.23
HSL 33.91º 0.54% 0.5% -
HSV(B) 33.91º 0.7% 0.77% -
XYZ 32.33 29.65 8.02 -
YUV 145.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 196 136 58 0 0.31 0.70 0.23 33.91 0.54 0.5
Hex C4 88 3A 0 1F 46 17 22 36 32
Octal 304 210 72 0 37 106 27 42 66 62
Binary 11000100 10001000 111010 0 11111 1000110 10111 100010 110110 110010

Color Harmonies of #C4883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4883A

Black with #C4883A

Text Example


Text Example

White with #C4883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4883A; }

 p { color: rgb(196,136,58); }

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

background-color css

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

 a { background-color: rgb(196,136,58); }

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

border-color css

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

 span { border-color: rgb(196,136,58); }

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