Html Css Color HEX #C38742 Anzac

📋 copy color: '#C38742'

red 195 ◦ green 135 ◦ blue 66

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

Shades of Anzac #C38742

Tints of Anzac #C38742

RGB

 RED value IS 195 (76.56% from 255) = 49.24%

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

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 49.24%
G = 34.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C38742 (or 0xC38742) is known color: Anzac. HEX triplet: C3, 87 and 42. RGB value is (195,135,66). Sum of RGB (Red+Green+Blue) = 195+135+66=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38742 is #3C78BD. Grayscale: #919191. Windows color (decimal): -3963070 or 4360131. OLE color: 4360131.

HSL color Cylindrical-coordinate representation of color #C38742: hue angle of 32.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C38742 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 66 -
CMYK 0 0.31 0.66 0.24
HSL 32.09º 0.52% 0.51% -
HSV(B) 32.09º 0.66% 0.76% -
XYZ 32.15 29.32 9.12 -
YUV 145.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 195 135 66 0 0.31 0.66 0.24 32.09 0.52 0.51
Hex C3 87 42 0 1F 42 18 20 34 33
Octal 303 207 102 0 37 102 30 40 64 63
Binary 11000011 10000111 1000010 0 11111 1000010 11000 100000 110100 110011

Color Harmonies of #C38742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38742

Black with #C38742

Text Example


Text Example

White with #C38742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38742; }

 p { color: rgb(195,135,66); }

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

background-color css

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

 a { background-color: rgb(195,135,66); }

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

border-color css

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

 span { border-color: rgb(195,135,66); }

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