Html Css Color HEX #C38A3E Anzac

📋 copy color: '#C38A3E'

red 195 ◦ green 138 ◦ blue 62

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

Shades of Anzac #C38A3E

Tints of Anzac #C38A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 49.37%
G = 34.94%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C38A3E (or 0xC38A3E) is known color: Anzac. HEX triplet: C3, 8A and 3E. RGB value is (195,138,62). Sum of RGB (Red+Green+Blue) = 195+138+62=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A3E is #3C75C1. Grayscale: #929292. Windows color (decimal): -3962306 or 4098755. OLE color: 4098755.

HSL color Cylindrical-coordinate representation of color #C38A3E: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C38A3E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 62 -
CMYK 0 0.29 0.68 0.24
HSL 34.29º 0.53% 0.5% -
HSV(B) 34.29º 0.68% 0.76% -
XYZ 32.46 30.13 8.66 -
YUV 146.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 195 138 62 0 0.29 0.68 0.24 34.29 0.53 0.5
Hex C3 8A 3E 0 1D 44 18 22 35 32
Octal 303 212 76 0 35 104 30 42 65 62
Binary 11000011 10001010 111110 0 11101 1000100 11000 100010 110101 110010

Color Harmonies of #C38A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A3E

Black with #C38A3E

Text Example


Text Example

White with #C38A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A3E; }

 p { color: rgb(195,138,62); }

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

background-color css

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

 a { background-color: rgb(195,138,62); }

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

border-color css

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

 span { border-color: rgb(195,138,62); }

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